#99DB00

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

Shades of Inch Worm #99DB00

Tints of Inch Worm #99DB00

Color information

#99DB00 (or 0x99DB00) is unknown color: approx Inch Worm. HEX triplet: 99, DB and 00. RGB value is (153,219,0). Sum of RGB (Red+Green+Blue) = 153+219+0=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 219 (85.94% from 255 or 58.87% from 372); Blue value is 0 (0.39% from 255 or 0% from 372); Max value from RGB is 219 - color contains mainly: green. Hex color #99DB00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99DB00 is #6624FF. Grayscale: #AFAFAF. Windows color (decimal): -6694144 or 56217. OLE color: 56217.

HSL color Cylindrical-coordinate representation of color #99DB00: hue angle of 78.08º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #99DB00 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.14.

Color convert

RGB1532190-
CMYK0.30010.14
HSL78.08º100%42.94%-
HSV(B)78.08º100%85.88%-
XYZ38.4757.449.06-
YUV174.329.63112.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.13%
GREEN value IS 219 (85.94% from 255) = 58.87%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.13%
G=58.87%
B=0%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal15321900.30010.1478.0810042.94
Hex99DB01E064E4e642b
Octal23133303601441611614453
Binary100110011101101101111001100100111010011101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DB00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99DB00; }

 p { color: rgb(153,219,0); }

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

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

 a { background-color: rgb(153,219,0); }

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

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

 span { border-color: rgb(153,219,0); }

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