#B5DE06

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

Shades of Inch Worm #B5DE06

Tints of Inch Worm #B5DE06

Color information

#B5DE06 (or 0xB5DE06) is unknown color: approx Inch Worm. HEX triplet: B5, DE and 06. RGB value is (181,222,6). Sum of RGB (Red+Green+Blue) = 181+222+6=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 222 (87.11% from 255 or 54.28% from 409); Blue value is 6 (2.73% from 255 or 1.47% from 409); Max value from RGB is 222 - color contains mainly: green. Hex color #B5DE06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5DE06 is #4A21F9. Grayscale: #B9B9B9. Windows color (decimal): -4858362 or 450229. OLE color: 450229.

HSL color Cylindrical-coordinate representation of color #B5DE06: hue angle of 71.39º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B5DE06 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB1812226-
CMYK0.1800.970.13
HSL71.39º94.74%44.71%-
HSV(B)71.39º97.3%87.06%-
XYZ45.2162.089.77-
YUV185.1226.92125.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.25%
GREEN value IS 222 (87.11% from 255) = 54.28%
BLUE value IS 6 (2.73% from 255) = 1.47%
R=44.25%
G=54.28%
B=1.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal18122260.1800.970.1371.3994.7444.71
HexB5DE612061D475f2d
Octal26533662201411510713755
Binary10110101110111101101001001100001110110001111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DE06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DE06; }

 p { color: rgb(181,222,6); }

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

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

 a { background-color: rgb(181,222,6); }

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

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

 span { border-color: rgb(181,222,6); }

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