#B2DD11

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

Shades of Inch Worm #B2DD11

Tints of Inch Worm #B2DD11

Color information

#B2DD11 (or 0xB2DD11) is unknown color: approx Inch Worm. HEX triplet: B2, DD and 11. RGB value is (178,221,17). Sum of RGB (Red+Green+Blue) = 178+221+17=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 221 (86.72% from 255 or 53.12% from 416); Blue value is 17 (7.03% from 255 or 4.09% from 416); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2DD11 is #4D22EE. Grayscale: #B9B9B9. Windows color (decimal): -5055215 or 1170866. OLE color: 1170866.

HSL color Cylindrical-coordinate representation of color #B2DD11: hue angle of 72.65º 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 #B2DD11 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB17822117-
CMYK0.1900.920.13
HSL72.65º85.71%46.67%-
HSV(B)72.65º92.31%86.67%-
XYZ44.3261.2210.01-
YUV184.8933.25123.09-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.79%
GREEN value IS 221 (86.72% from 255) = 53.12%
BLUE value IS 17 (7.03% from 255) = 4.09%
R=42.79%
G=53.12%
B=4.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal178221170.1900.920.1372.6585.7146.67
HexB2DD111305CD49562f
Octal262335212301341511112657
Binary1011001011011101100011001101011100110110010011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DD11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DD11; }

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

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

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

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

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

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

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

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