Html Css Color HEX #99DB00 Inch Worm

📋 copy color: '#99DB00'

red 153 ◦ green 219 ◦ blue 0

#99DB00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #99DB00

Tints of Inch Worm #99DB00

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 value IS 0.30

 M value IS 0

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#99DB00 (or 0x99DB00) is known color: 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

RGB 153 219 0 -
CMYK 0.30 0 1 0.14
HSL 78.08º 1% 0.43% -
HSV(B) 78.08º 1% 0.86% -
XYZ 38.47 57.44 9.06 -
YUV 174.3 29.63 112.81 -
System Red Green Blue C M Y K H S L
Decimal 153 219 0 0.30 0 1 0.14 78.08 1 0.43
Hex 99 DB 0 1E 0 64 E 4E 64 2B
Octal 231 333 0 36 0 144 16 116 144 53
Binary 10011001 11011011 0 11110 0 1100100 1110 1001110 1100100 101011

Color Harmonies of #99DB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DB00

Black with #99DB00

Text Example


Text Example

White with #99DB00

Text Example


Text Example

HTML Codes & Css Web 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>