Html Css Color HEX #99DD03 Inch Worm

📋 copy color: '#99DD03'

red 153 ◦ green 221 ◦ blue 3

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

Shades of Inch Worm #99DD03

Tints of Inch Worm #99DD03

RGB

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

 GREEN value IS 221 (86.72% from 255) = 58.62%

 BLUE value IS 3 (1.56% from 255) = 0.8%

R = 40.58%
G = 58.62%
B = 0.8%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#99DD03 (or 0x99DD03) is known color: Inch Worm. HEX triplet: 99, DD and 03. RGB value is (153,221,3). Sum of RGB (Red+Green+Blue) = 153+221+3=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 221 (86.72% from 255 or 58.62% from 377); Blue value is 3 (1.56% from 255 or 0.80% from 377); Max value from RGB is 221 - color contains mainly: green. Hex color #99DD03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99DD03 is #6622FC. Grayscale: #B0B0B0. Windows color (decimal): -6693629 or 253337. OLE color: 253337.

HSL color Cylindrical-coordinate representation of color #99DD03: hue angle of 78.72º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99DD03 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 221 3 -
CMYK 0.31 0 0.99 0.13
HSL 78.72º 0.97% 0.44% -
HSV(B) 78.72º 0.99% 0.87% -
XYZ 39.01 58.49 9.32 -
YUV 175.82 30.47 111.73 -
System Red Green Blue C M Y K H S L
Decimal 153 221 3 0.31 0 0.99 0.13 78.72 0.97 0.44
Hex 99 DD 3 1F 0 63 D 4F 61 2C
Octal 231 335 3 37 0 143 15 117 141 54
Binary 10011001 11011101 11 11111 0 1100011 1101 1001111 1100001 101100

Color Harmonies of #99DD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DD03

Black with #99DD03

Text Example


Text Example

White with #99DD03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,221,3); }

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

background-color css

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

 a { background-color: rgb(153,221,3); }

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

border-color css

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

 span { border-color: rgb(153,221,3); }

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