Html Css Color HEX #9DDD04 Inch Worm

📋 copy color: '#9DDD04'

red 157 ◦ green 221 ◦ blue 4

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

Shades of Inch Worm #9DDD04

Tints of Inch Worm #9DDD04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.05%

R = 41.1%
G = 57.85%
B = 1.05%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#9DDD04 (or 0x9DDD04) is known color: Inch Worm. HEX triplet: 9D, DD and 04. RGB value is (157,221,4). Sum of RGB (Red+Green+Blue) = 157+221+4=382 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.10% from 382); Green value is 221 (86.72% from 255 or 57.85% from 382); Blue value is 4 (1.95% from 255 or 1.05% from 382); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDD04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DDD04 is #6222FB. Grayscale: #B1B1B1. Windows color (decimal): -6431484 or 318877. OLE color: 318877.

HSL color Cylindrical-coordinate representation of color #9DDD04: hue angle of 77.7º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9DDD04 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 221 4 -
CMYK 0.29 0 0.98 0.13
HSL 77.7º 0.96% 0.44% -
HSV(B) 77.7º 0.98% 0.87% -
XYZ 39.78 58.89 9.38 -
YUV 177.13 30.3 113.64 -
System Red Green Blue C M Y K H S L
Decimal 157 221 4 0.29 0 0.98 0.13 77.7 0.96 0.44
Hex 9D DD 4 1D 0 62 D 4E 60 2C
Octal 235 335 4 35 0 142 15 116 140 54
Binary 10011101 11011101 100 11101 0 1100010 1101 1001110 1100000 101100

Color Harmonies of #9DDD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDD04

Black with #9DDD04

Text Example


Text Example

White with #9DDD04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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