Shades of Inch Worm #99D213
Tints of Inch Worm #99D213
RGB
CMYK
RGB Variations
Color information
#99D213 (or 0x99D213) is known color: Inch Worm. HEX triplet: 99, D2 and 13. RGB value is (153,210,19). Sum of RGB (Red+Green+Blue) = 153+210+19=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 210 (82.42% from 255 or 54.97% from 382); Blue value is 19 (7.81% from 255 or 4.97% from 382); Max value from RGB is 210 - color contains mainly: green. Hex color #99D213 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99D213 is #662DEC. Grayscale: #ABABAB. Windows color (decimal): -6696429 or 1299097. OLE color: 1299097.
HSL color Cylindrical-coordinate representation of color #99D213: hue angle of 77.91º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #99D213 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 210 | 19 | - |
| CMYK | 0.27 | 0 | 0.91 | 0.18 |
| HSL | 77.91º | 0.83% | 0.45% | - |
| HSV(B) | 77.91º | 0.91% | 0.82% | - |
| XYZ | 36.3 | 52.91 | 8.92 | - |
| YUV | 171.18 | 42.12 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 210 | 19 | 0.27 | 0 | 0.91 | 0.18 | 77.91 | 0.83 | 0.45 |
| Hex | 99 | D2 | 13 | 1B | 0 | 5B | 12 | 4E | 53 | 2D |
| Octal | 231 | 322 | 23 | 33 | 0 | 133 | 22 | 116 | 123 | 55 |
| Binary | 10011001 | 11010010 | 10011 | 11011 | 0 | 1011011 | 10010 | 1001110 | 1010011 | 101101 |
Color Harmonies of #99D213
Complementary color
Monochromatic Colors of #99D213
Black with #99D213
Text Example
Text Example
White with #99D213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D213; }
p { color: rgb(153,210,19); }
H1.HeaderClassName
{
color: #99D213;
}
.AnyTagClassName
{
color: #99D213;
}
</style>
background-color css
<style>
a { background-color: #99D213; }
a { background-color: rgb(153,210,19); }
div.DivClassName
{
background-color: #99D213;
}
.BgClassName
{
background-color: #99D213;
}
</style>
border-color css
<style>
span { border-color: #99D213; }
span { border-color: rgb(153,210,19); }
td.TdClassName
{
border-color: #99D213;
}
.TagClassName
{
border-color: #99D213;
}
</style>