Html Css Color HEX #99DC02 Inch Worm

📋 copy color: '#99DC02'

red 153 ◦ green 220 ◦ blue 2

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

Shades of Inch Worm #99DC02

Tints of Inch Worm #99DC02

RGB

 RED value IS 153 (60.16% from 255) = 40.8%

 GREEN value IS 220 (86.33% from 255) = 58.67%

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 40.8%
G = 58.67%
B = 0.53%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#99DC02 (or 0x99DC02) is known color: Inch Worm. HEX triplet: 99, DC and 02. RGB value is (153,220,2). Sum of RGB (Red+Green+Blue) = 153+220+2=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 220 (86.33% from 255 or 58.67% from 375); Blue value is 2 (1.17% from 255 or 0.53% from 375); Max value from RGB is 220 - color contains mainly: green. Hex color #99DC02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99DC02 is #6623FD. Grayscale: #AFAFAF. Windows color (decimal): -6693886 or 187545. OLE color: 187545.

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

Color convert

RGB 153 220 2 -
CMYK 0.30 0 0.99 0.14
HSL 78.44º 0.98% 0.44% -
HSV(B) 78.44º 0.99% 0.86% -
XYZ 38.74 57.96 9.2 -
YUV 175.12 30.3 112.23 -
System Red Green Blue C M Y K H S L
Decimal 153 220 2 0.30 0 0.99 0.14 78.44 0.98 0.44
Hex 99 DC 2 1E 0 63 E 4E 62 2C
Octal 231 334 2 36 0 143 16 116 142 54
Binary 10011001 11011100 10 11110 0 1100011 1110 1001110 1100010 101100

Color Harmonies of #99DC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DC02

Black with #99DC02

Text Example


Text Example

White with #99DC02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,220,2); }

 H1.HeaderClassName
 {
   color: #99DC02;
 }
 .AnyTagClassName
 {
   color: #99DC02;
 }
</style>

background-color css

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

 a { background-color: rgb(153,220,2); }

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

border-color css

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

 span { border-color: rgb(153,220,2); }

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