#B0DD11

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

Shades of Inch Worm #B0DD11

Tints of Inch Worm #B0DD11

Color information

#B0DD11 (or 0xB0DD11) is unknown color: approx Inch Worm. HEX triplet: B0, DD and 11. RGB value is (176,221,17). Sum of RGB (Red+Green+Blue) = 176+221+17=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 221 (86.72% from 255 or 53.38% from 414); Blue value is 17 (7.03% from 255 or 4.11% from 414); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DD11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0DD11 is #4F22EE. Grayscale: #B9B9B9. Windows color (decimal): -5186287 or 1170864. OLE color: 1170864.

HSL color Cylindrical-coordinate representation of color #B0DD11: hue angle of 73.24º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B0DD11 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB17622117-
CMYK0.2000.920.13
HSL73.24º85.71%46.67%-
HSV(B)73.24º92.31%86.67%-
XYZ43.8660.989.99-
YUV184.2933.59122.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.51%
GREEN value IS 221 (86.72% from 255) = 53.38%
BLUE value IS 17 (7.03% from 255) = 4.11%
R=42.51%
G=53.38%
B=4.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal176221170.2000.920.1373.2485.7146.67
HexB0DD111405CD49562f
Octal260335212401341511112657
Binary1011000011011101100011010001011100110110010011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DD11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DD11; }

 p { color: rgb(176,221,17); }

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

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

 a { background-color: rgb(176,221,17); }

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

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

 span { border-color: rgb(176,221,17); }

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