#99D50C

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

Shades of Inch Worm #99D50C

Tints of Inch Worm #99D50C

Color information

#99D50C (or 0x99D50C) is unknown color: approx Inch Worm. HEX triplet: 99, D5 and 0C. RGB value is (153,213,12). Sum of RGB (Red+Green+Blue) = 153+213+12=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 213 (83.59% from 255 or 56.35% from 378); Blue value is 12 (5.08% from 255 or 3.17% from 378); Max value from RGB is 213 - color contains mainly: green. Hex color #99D50C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99D50C is #662AF3. Grayscale: #ACACAC. Windows color (decimal): -6695668 or 841113. OLE color: 841113.

HSL color Cylindrical-coordinate representation of color #99D50C: hue angle of 77.91º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #99D50C is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB15321312-
CMYK0.2800.940.16
HSL77.91º89.33%44.12%-
HSV(B)77.91º94.37%83.53%-
XYZ3754.398.9-
YUV172.1537.62114.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.48%
GREEN value IS 213 (83.59% from 255) = 56.35%
BLUE value IS 12 (5.08% from 255) = 3.17%
R=40.48%
G=56.35%
B=3.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal153213120.2800.940.1677.9189.3344.12
Hex99D5C1C05E104e592c
Octal231325143401362011613154
Binary1001100111010101110011100010111101000010011101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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