#b4e70d

Color #B4E70D Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #B4E70D

Tints of Inch Worm #B4E70D

Color information

#B4E70D (or 0xB4E70D) is unknown color: approx Inch Worm. HEX triplet: B4, E7 and 0D. RGB value is (180,231,13). Sum of RGB (Red+Green+Blue) = 180+231+13=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 231 (90.62% from 255 or 54.48% from 424); Blue value is 13 (5.47% from 255 or 3.07% from 424); Max value from RGB is 231 - color contains mainly: green. Hex color #B4E70D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B4E70D is #4B18F2. Grayscale: #BFBFBF. Windows color (decimal): -4921587 or 911284. OLE color: 911284.

HSL color Cylindrical-coordinate representation of color #B4E70D: hue angle of 74.04º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B4E70D is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB18023113-
CMYK0.2200.940.09
HSL74.04º89.34%47.84%-
HSV(B)74.04º94.37%90.59%-
XYZ47.4766.8810.79-
YUV190.927.6120.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 42.45%
GREEN value IS 231 (90.62% from 255) = 54.48%
BLUE value IS 13 (5.47% from 255) = 3.07%
R=42.45%
G=54.48%
B=3.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal180231130.2200.940.0974.0489.3447.84
HexB4E7D1605E94a5930
Octal264347152601361111213160
Binary101101001110011111011011001011110100110010101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4e70d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4e70d; }

 p { color: rgb(180,231,13); }

 H1.HeaderClassName
 {
   color: #b4e70d;
 }
 .AnyTagClassName
 {
   color: #b4e70d;
 }
</style>
background-color css

<style>
 a { background-color: #b4e70d; }

 a { background-color: rgb(180,231,13); }

 div.DivClassName
 {
   background-color: #b4e70d;
 }
 .BgClassName
 {
   background-color: #b4e70d;
 }
</style>
border-color css

<style>
 span { border-color: #b4e70d; }

 span { border-color: rgb(180,231,13); }

 td.TdClassName
 {
   border-color: #b4e70d;
 }
 .TagClassName
 {
   border-color: #b4e70d;
 }
</style>