Shades of Yellow Green #98D316
Tints of Yellow Green #98D316
RGB
CMYK
RGB Variations
Color information
#98D316 (or 0x98D316) is known color: Yellow Green. HEX triplet: 98, D3 and 16. RGB value is (152,211,22). Sum of RGB (Red+Green+Blue) = 152+211+22=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 211 (82.81% from 255 or 54.81% from 385); Blue value is 22 (8.98% from 255 or 5.71% from 385); Max value from RGB is 211 - color contains mainly: green. Hex color #98D316 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98D316 is #672CE9. Grayscale: #ACACAC. Windows color (decimal): -6761706 or 1495960. OLE color: 1495960.
HSL color Cylindrical-coordinate representation of color #98D316: hue angle of 78.73º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #98D316 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 152 | 211 | 22 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.17 |
| HSL | 78.73º | 0.81% | 0.46% | - |
| HSV(B) | 78.73º | 0.9% | 0.83% | - |
| XYZ | 36.39 | 53.32 | 9.13 | - |
| YUV | 171.81 | 43.45 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 211 | 22 | 0.28 | 0 | 0.90 | 0.17 | 78.73 | 0.81 | 0.46 |
| Hex | 98 | D3 | 16 | 1C | 0 | 5A | 11 | 4F | 51 | 2E |
| Octal | 230 | 323 | 26 | 34 | 0 | 132 | 21 | 117 | 121 | 56 |
| Binary | 10011000 | 11010011 | 10110 | 11100 | 0 | 1011010 | 10001 | 1001111 | 1010001 | 101110 |
Color Harmonies of #98D316
Complementary color
Monochromatic Colors of #98D316
Black with #98D316
Text Example
Text Example
White with #98D316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D316; }
p { color: rgb(152,211,22); }
H1.HeaderClassName
{
color: #98D316;
}
.AnyTagClassName
{
color: #98D316;
}
</style>
background-color css
<style>
a { background-color: #98D316; }
a { background-color: rgb(152,211,22); }
div.DivClassName
{
background-color: #98D316;
}
.BgClassName
{
background-color: #98D316;
}
</style>
border-color css
<style>
span { border-color: #98D316; }
span { border-color: rgb(152,211,22); }
td.TdClassName
{
border-color: #98D316;
}
.TagClassName
{
border-color: #98D316;
}
</style>