Shades of Yellow Green #99D518
Tints of Yellow Green #99D518
RGB
CMYK
RGB Variations
Color information
#99D518 (or 0x99D518) is known color: Yellow Green. HEX triplet: 99, D5 and 18. RGB value is (153,213,24). Sum of RGB (Red+Green+Blue) = 153+213+24=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 213 (83.59% from 255 or 54.62% from 390); Blue value is 24 (9.77% from 255 or 6.15% from 390); Max value from RGB is 213 - color contains mainly: green. Hex color #99D518 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99D518 is #662AE7. Grayscale: #AEAEAE. Windows color (decimal): -6695656 or 1627545. OLE color: 1627545.
HSL color Cylindrical-coordinate representation of color #99D518: hue angle of 79.05º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #99D518 is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 213 | 24 | - |
| CMYK | 0.28 | 0 | 0.89 | 0.16 |
| HSL | 79.05º | 0.8% | 0.46% | - |
| HSV(B) | 79.05º | 0.89% | 0.84% | - |
| XYZ | 37.1 | 54.43 | 9.41 | - |
| YUV | 173.51 | 43.62 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 213 | 24 | 0.28 | 0 | 0.89 | 0.16 | 79.05 | 0.8 | 0.46 |
| Hex | 99 | D5 | 18 | 1C | 0 | 59 | 10 | 4F | 50 | 2E |
| Octal | 231 | 325 | 30 | 34 | 0 | 131 | 20 | 117 | 120 | 56 |
| Binary | 10011001 | 11010101 | 11000 | 11100 | 0 | 1011001 | 10000 | 1001111 | 1010000 | 101110 |
Color Harmonies of #99D518
Complementary color
Monochromatic Colors of #99D518
Black with #99D518
Text Example
Text Example
White with #99D518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D518; }
p { color: rgb(153,213,24); }
H1.HeaderClassName
{
color: #99D518;
}
.AnyTagClassName
{
color: #99D518;
}
</style>
background-color css
<style>
a { background-color: #99D518; }
a { background-color: rgb(153,213,24); }
div.DivClassName
{
background-color: #99D518;
}
.BgClassName
{
background-color: #99D518;
}
</style>
border-color css
<style>
span { border-color: #99D518; }
span { border-color: rgb(153,213,24); }
td.TdClassName
{
border-color: #99D518;
}
.TagClassName
{
border-color: #99D518;
}
</style>