#B0DD00

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

Shades of Inch Worm #B0DD00

Tints of Inch Worm #B0DD00

Color information

#B0DD00 (or 0xB0DD00) is unknown color: approx Inch Worm. HEX triplet: B0, DD and 00. RGB value is (176,221,0). Sum of RGB (Red+Green+Blue) = 176+221+0=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 221 (86.72% from 255 or 55.67% from 397); Blue value is 0 (0.39% from 255 or 0% from 397); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0DD00 is #4F22FF. Grayscale: #B7B7B7. Windows color (decimal): -5186304 or 56752. OLE color: 56752.

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

Color convert

RGB1762210-
CMYK0.20010.13
HSL72.22º100%43.33%-
HSV(B)72.22º100%86.67%-
XYZ43.7660.949.46-
YUV182.3525.09123.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.33%
GREEN value IS 221 (86.72% from 255) = 55.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.33%
G=55.67%
B=0%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal17622100.20010.1372.2210043.33
HexB0DD014064D48642b
Octal26033502401441511014453
Binary101100001101110101010001100100110110010001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DD00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DD00; }

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

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

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

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

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

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

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

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