Shades of Yellow Green #98D02C
Tints of Yellow Green #98D02C
RGB
CMYK
RGB Variations
Color information
#98D02C (or 0x98D02C) is known color: Yellow Green. HEX triplet: 98, D0 and 2C. RGB value is (152,208,44). Sum of RGB (Red+Green+Blue) = 152+208+44=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 208 (81.64% from 255 or 51.49% from 404); Blue value is 44 (17.58% from 255 or 10.89% from 404); Max value from RGB is 208 - color contains mainly: green. Hex color #98D02C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D02C is #672FD3. Grayscale: #ADADAD. Windows color (decimal): -6762452 or 2936984. OLE color: 2936984.
HSL color Cylindrical-coordinate representation of color #98D02C: hue angle of 80.49º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #98D02C is Cyan = 0.27, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 208 | 44 | - |
| CMYK | 0.27 | 0 | 0.79 | 0.18 |
| HSL | 80.49º | 0.65% | 0.49% | - |
| HSV(B) | 80.49º | 0.79% | 0.82% | - |
| XYZ | 35.96 | 51.97 | 10.52 | - |
| YUV | 172.56 | 55.45 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 208 | 44 | 0.27 | 0 | 0.79 | 0.18 | 80.49 | 0.65 | 0.49 |
| Hex | 98 | D0 | 2C | 1B | 0 | 4F | 12 | 50 | 41 | 31 |
| Octal | 230 | 320 | 54 | 33 | 0 | 117 | 22 | 120 | 101 | 61 |
| Binary | 10011000 | 11010000 | 101100 | 11011 | 0 | 1001111 | 10010 | 1010000 | 1000001 | 110001 |
Color Harmonies of #98D02C
Complementary color
Monochromatic Colors of #98D02C
Black with #98D02C
Text Example
Text Example
White with #98D02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D02C; }
p { color: rgb(152,208,44); }
H1.HeaderClassName
{
color: #98D02C;
}
.AnyTagClassName
{
color: #98D02C;
}
</style>
background-color css
<style>
a { background-color: #98D02C; }
a { background-color: rgb(152,208,44); }
div.DivClassName
{
background-color: #98D02C;
}
.BgClassName
{
background-color: #98D02C;
}
</style>
border-color css
<style>
span { border-color: #98D02C; }
span { border-color: rgb(152,208,44); }
td.TdClassName
{
border-color: #98D02C;
}
.TagClassName
{
border-color: #98D02C;
}
</style>