#99DF1C

Color #99DF1C Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #99DF1C

Tints of Inch Worm #99DF1C

Color information

#99DF1C (or 0x99DF1C) is unknown color: approx Inch Worm. HEX triplet: 99, DF and 1C. RGB value is (153,223,28). Sum of RGB (Red+Green+Blue) = 153+223+28=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 223 (87.5% from 255 or 55.20% from 404); Blue value is 28 (11.33% from 255 or 6.93% from 404); Max value from RGB is 223 - color contains mainly: green. Hex color #99DF1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99DF1C is #6620E3. Grayscale: #B4B4B4. Windows color (decimal): -6693092 or 1892249. OLE color: 1892249.

HSL color Cylindrical-coordinate representation of color #99DF1C: hue angle of 81.54º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #99DF1C is Cyan = 0.31, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB15322328-
CMYK0.3100.870.13
HSL81.54º77.69%49.22%-
HSV(B)81.54º87.44%87.45%-
XYZ39.7359.6310.51-
YUV179.8442.31108.86-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.87%
GREEN value IS 223 (87.5% from 255) = 55.20%
BLUE value IS 28 (11.33% from 255) = 6.93%
R=37.87%
G=55.20%
B=6.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal153223280.3100.870.1381.5477.6949.22
Hex99DF1C1F057D524e31
Octal231337343701271512211661
Binary1001100111011111111001111101010111110110100101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DF1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99DF1C; }

 p { color: rgb(153,223,28); }

 H1.HeaderClassName
 {
   color: #99DF1C;
 }
 .AnyTagClassName
 {
   color: #99DF1C;
 }
</style>
background-color css

<style>
 a { background-color: #99DF1C; }

 a { background-color: rgb(153,223,28); }

 div.DivClassName
 {
   background-color: #99DF1C;
 }
 .BgClassName
 {
   background-color: #99DF1C;
 }
</style>
border-color css

<style>
 span { border-color: #99DF1C; }

 span { border-color: rgb(153,223,28); }

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