Html Css Color HEX #9DDD02 Inch Worm

📋 copy color: '#9DDD02'

red 157 ◦ green 221 ◦ blue 2

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

Shades of Inch Worm #9DDD02

Tints of Inch Worm #9DDD02

RGB

 RED value IS 157 (61.72% from 255) = 41.32%

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

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

R = 41.32%
G = 58.16%
B = 0.53%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#9DDD02 (or 0x9DDD02) is known color: Inch Worm. HEX triplet: 9D, DD and 02. RGB value is (157,221,2). Sum of RGB (Red+Green+Blue) = 157+221+2=380 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.32% from 380); Green value is 221 (86.72% from 255 or 58.16% from 380); Blue value is 2 (1.17% from 255 or 0.53% from 380); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDD02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DDD02 is #6222FD. Grayscale: #B1B1B1. Windows color (decimal): -6431486 or 187805. OLE color: 187805.

HSL color Cylindrical-coordinate representation of color #9DDD02: hue angle of 77.53º degrees, saturation: 0.98, 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 #9DDD02 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 221 2 -
CMYK 0.29 0 0.99 0.13
HSL 77.53º 0.98% 0.44% -
HSV(B) 77.53º 0.99% 0.87% -
XYZ 39.77 58.89 9.33 -
YUV 176.9 29.3 113.81 -
System Red Green Blue C M Y K H S L
Decimal 157 221 2 0.29 0 0.99 0.13 77.53 0.98 0.44
Hex 9D DD 2 1D 0 63 D 4E 62 2C
Octal 235 335 2 35 0 143 15 116 142 54
Binary 10011101 11011101 10 11101 0 1100011 1101 1001110 1100010 101100

Color Harmonies of #9DDD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDD02

Black with #9DDD02

Text Example


Text Example

White with #9DDD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DDD02; }

 p { color: rgb(157,221,2); }

 H1.HeaderClassName
 {
   color: #9DDD02;
 }
 .AnyTagClassName
 {
   color: #9DDD02;
 }
</style>

background-color css

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

 a { background-color: rgb(157,221,2); }

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

border-color css

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

 span { border-color: rgb(157,221,2); }

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