Html Css Color HEX #9DDF05 Inch Worm

📋 copy color: '#9DDF05'

red 157 ◦ green 223 ◦ blue 5

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

Shades of Inch Worm #9DDF05

Tints of Inch Worm #9DDF05

RGB

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

 GREEN value IS 223 (87.5% from 255) = 57.92%

 BLUE value IS 5 (2.34% from 255) = 1.3%

R = 40.78%
G = 57.92%
B = 1.3%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#9DDF05 (or 0x9DDF05) is known color: Inch Worm. HEX triplet: 9D, DF and 05. RGB value is (157,223,5). Sum of RGB (Red+Green+Blue) = 157+223+5=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 223 (87.5% from 255 or 57.92% from 385); Blue value is 5 (2.34% from 255 or 1.30% from 385); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDF05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DDF05 is #6220FA. Grayscale: #B3B3B3. Windows color (decimal): -6430971 or 384925. OLE color: 384925.

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

Color convert

RGB 157 223 5 -
CMYK 0.30 0 0.98 0.13
HSL 78.17º 0.96% 0.45% -
HSV(B) 78.17º 0.98% 0.87% -
XYZ 40.32 59.95 9.59 -
YUV 178.41 30.13 112.73 -
System Red Green Blue C M Y K H S L
Decimal 157 223 5 0.30 0 0.98 0.13 78.17 0.96 0.45
Hex 9D DF 5 1E 0 62 D 4E 60 2D
Octal 235 337 5 36 0 142 15 116 140 55
Binary 10011101 11011111 101 11110 0 1100010 1101 1001110 1100000 101101

Color Harmonies of #9DDF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDF05

Black with #9DDF05

Text Example


Text Example

White with #9DDF05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,223,5); }

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

background-color css

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

 a { background-color: rgb(157,223,5); }

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

border-color css

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

 span { border-color: rgb(157,223,5); }

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