#99DD13

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

Shades of Inch Worm #99DD13

Tints of Inch Worm #99DD13

Color information

#99DD13 (or 0x99DD13) is unknown color: approx Inch Worm. HEX triplet: 99, DD and 13. RGB value is (153,221,19). Sum of RGB (Red+Green+Blue) = 153+221+19=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 221 (86.72% from 255 or 56.23% from 393); Blue value is 19 (7.81% from 255 or 4.83% from 393); Max value from RGB is 221 - color contains mainly: green. Hex color #99DD13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99DD13 is #6622EC. Grayscale: #B2B2B2. Windows color (decimal): -6693613 or 1301913. OLE color: 1301913.

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

Color convert

RGB15322119-
CMYK0.3100.910.13
HSL80.2º84.17%47.06%-
HSV(B)80.2º91.4%86.67%-
XYZ39.1158.539.85-
YUV177.6438.47110.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.93%
GREEN value IS 221 (86.72% from 255) = 56.23%
BLUE value IS 19 (7.81% from 255) = 4.83%
R=38.93%
G=56.23%
B=4.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal153221190.3100.910.1380.284.1747.06
Hex99DD131F05BD50542f
Octal231335233701331512012457
Binary1001100111011101100111111101011011110110100001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DD13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,221,19); }

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

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

 a { background-color: rgb(153,221,19); }

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

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

 span { border-color: rgb(153,221,19); }

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