#B1DD21

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

Shades of Inch Worm #B1DD21

Tints of Inch Worm #B1DD21

Color information

#B1DD21 (or 0xB1DD21) is unknown color: approx Inch Worm. HEX triplet: B1, DD and 21. RGB value is (177,221,33). Sum of RGB (Red+Green+Blue) = 177+221+33=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 221 (86.72% from 255 or 51.28% from 431); Blue value is 33 (13.28% from 255 or 7.66% from 431); Max value from RGB is 221 - color contains mainly: green. Hex color #B1DD21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1DD21 is #4E22DE. Grayscale: #BBBBBB. Windows color (decimal): -5120735 or 2219441. OLE color: 2219441.

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

Color convert

RGB17722133-
CMYK0.2000.850.13
HSL74.04º74.02%49.8%-
HSV(B)74.04º85.07%86.67%-
XYZ44.2661.1710.91-
YUV186.4141.42121.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.07%
GREEN value IS 221 (86.72% from 255) = 51.28%
BLUE value IS 33 (13.28% from 255) = 7.66%
R=41.07%
G=51.28%
B=7.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal177221330.2000.850.1374.0474.0249.8
HexB1DD2114055D4a4a32
Octal261335412401251511211262
Binary10110001110111011000011010001010101110110010101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DD21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DD21; }

 p { color: rgb(177,221,33); }

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

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

 a { background-color: rgb(177,221,33); }

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

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

 span { border-color: rgb(177,221,33); }

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