Html Css Color HEX #9FDC05 Inch Worm

📋 copy color: '#9FDC05'

red 159 ◦ green 220 ◦ blue 5

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

Shades of Inch Worm #9FDC05

Tints of Inch Worm #9FDC05

RGB

 RED value IS 159 (62.5% from 255) = 41.41%

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

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

R = 41.41%
G = 57.29%
B = 1.3%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#9FDC05 (or 0x9FDC05) is known color: Inch Worm. HEX triplet: 9F, DC and 05. RGB value is (159,220,5). Sum of RGB (Red+Green+Blue) = 159+220+5=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 220 (86.33% from 255 or 57.29% from 384); Blue value is 5 (2.34% from 255 or 1.30% from 384); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDC05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FDC05 is #6023FA. Grayscale: #B2B2B2. Windows color (decimal): -6300667 or 384159. OLE color: 384159.

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

Color convert

RGB 159 220 5 -
CMYK 0.28 0 0.98 0.14
HSL 77.02º 0.96% 0.44% -
HSV(B) 77.02º 0.98% 0.86% -
XYZ 39.92 58.57 9.34 -
YUV 177.25 30.79 114.98 -
System Red Green Blue C M Y K H S L
Decimal 159 220 5 0.28 0 0.98 0.14 77.02 0.96 0.44
Hex 9F DC 5 1C 0 62 E 4D 60 2C
Octal 237 334 5 34 0 142 16 115 140 54
Binary 10011111 11011100 101 11100 0 1100010 1110 1001101 1100000 101100

Color Harmonies of #9FDC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDC05

Black with #9FDC05

Text Example


Text Example

White with #9FDC05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,220,5); }

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

background-color css

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

 a { background-color: rgb(159,220,5); }

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

border-color css

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

 span { border-color: rgb(159,220,5); }

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