Html Css Color HEX #9FDD03 Inch Worm

📋 copy color: '#9FDD03'

red 159 ◦ green 221 ◦ blue 3

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

Shades of Inch Worm #9FDD03

Tints of Inch Worm #9FDD03

RGB

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

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

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

R = 41.51%
G = 57.7%
B = 0.78%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#9FDD03 (or 0x9FDD03) is known color: Inch Worm. HEX triplet: 9F, DD and 03. RGB value is (159,221,3). Sum of RGB (Red+Green+Blue) = 159+221+3=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 221 (86.72% from 255 or 57.70% from 383); Blue value is 3 (1.56% from 255 or 0.78% from 383); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FDD03 is #6022FC. Grayscale: #B2B2B2. Windows color (decimal): -6300413 or 253343. OLE color: 253343.

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

Color convert

RGB 159 221 3 -
CMYK 0.28 0 0.99 0.13
HSL 77.06º 0.97% 0.44% -
HSV(B) 77.06º 0.99% 0.87% -
XYZ 40.17 59.09 9.37 -
YUV 177.61 29.46 114.73 -
System Red Green Blue C M Y K H S L
Decimal 159 221 3 0.28 0 0.99 0.13 77.06 0.97 0.44
Hex 9F DD 3 1C 0 63 D 4D 61 2C
Octal 237 335 3 34 0 143 15 115 141 54
Binary 10011111 11011101 11 11100 0 1100011 1101 1001101 1100001 101100

Color Harmonies of #9FDD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDD03

Black with #9FDD03

Text Example


Text Example

White with #9FDD03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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