Shades of Inch Worm #99DA00
Tints of Inch Worm #99DA00
RGB
CMYK
RGB Variations
Color information
#99DA00 (or 0x99DA00) is known color: Inch Worm. HEX triplet: 99, DA and 00. RGB value is (153,218,0). Sum of RGB (Red+Green+Blue) = 153+218+0=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 218 (85.55% from 255 or 58.76% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 218 - color contains mainly: green. Hex color #99DA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99DA00 is #6625FF. Grayscale: #AEAEAE. Windows color (decimal): -6694400 or 55961. OLE color: 55961.
HSL color Cylindrical-coordinate representation of color #99DA00: hue angle of 77.89º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #99DA00 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 218 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.15 |
| HSL | 77.89º | 1% | 0.43% | - |
| HSV(B) | 77.89º | 1% | 0.85% | - |
| XYZ | 38.21 | 56.92 | 8.97 | - |
| YUV | 173.71 | 29.97 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 218 | 0 | 0.30 | 0 | 1 | 0.15 | 77.89 | 1 | 0.43 |
| Hex | 99 | DA | 0 | 1E | 0 | 64 | F | 4E | 64 | 2B |
| Octal | 231 | 332 | 0 | 36 | 0 | 144 | 17 | 116 | 144 | 53 |
| Binary | 10011001 | 11011010 | 0 | 11110 | 0 | 1100100 | 1111 | 1001110 | 1100100 | 101011 |
Color Harmonies of #99DA00
Complementary color
Monochromatic Colors of #99DA00
Black with #99DA00
Text Example
Text Example
White with #99DA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DA00; }
p { color: rgb(153,218,0); }
H1.HeaderClassName
{
color: #99DA00;
}
.AnyTagClassName
{
color: #99DA00;
}
</style>
background-color css
<style>
a { background-color: #99DA00; }
a { background-color: rgb(153,218,0); }
div.DivClassName
{
background-color: #99DA00;
}
.BgClassName
{
background-color: #99DA00;
}
</style>
border-color css
<style>
span { border-color: #99DA00; }
span { border-color: rgb(153,218,0); }
td.TdClassName
{
border-color: #99DA00;
}
.TagClassName
{
border-color: #99DA00;
}
</style>