#99D516

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

Shades of Inch Worm #99D516

Tints of Inch Worm #99D516

Color information

#99D516 (or 0x99D516) is unknown color: approx Inch Worm. HEX triplet: 99, D5 and 16. RGB value is (153,213,22). Sum of RGB (Red+Green+Blue) = 153+213+22=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 213 (83.59% from 255 or 54.90% from 388); Blue value is 22 (8.98% from 255 or 5.67% from 388); Max value from RGB is 213 - color contains mainly: green. Hex color #99D516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99D516 is #662AE9. Grayscale: #ADADAD. Windows color (decimal): -6695658 or 1496473. OLE color: 1496473.

HSL color Cylindrical-coordinate representation of color #99D516: hue angle of 78.85º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99D516 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB15321322-
CMYK0.2800.900.16
HSL78.85º81.28%46.08%-
HSV(B)78.85º89.67%83.53%-
XYZ37.0854.429.31-
YUV173.2942.62113.53-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.43%
GREEN value IS 213 (83.59% from 255) = 54.90%
BLUE value IS 22 (8.98% from 255) = 5.67%
R=39.43%
G=54.90%
B=5.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal153213220.2800.900.1678.8581.2846.08
Hex99D5161C05A104f512e
Octal231325263401322011712156
Binary10011001110101011011011100010110101000010011111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,213,22); }

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

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

 a { background-color: rgb(153,213,22); }

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

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

 span { border-color: rgb(153,213,22); }

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