Shades of Yellow Green #98CA24
Tints of Yellow Green #98CA24
RGB
CMYK
RGB Variations
Color information
#98CA24 (or 0x98CA24) is known color: Yellow Green. HEX triplet: 98, CA and 24. RGB value is (152,202,36). Sum of RGB (Red+Green+Blue) = 152+202+36=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 202 (79.30% from 255 or 51.79% from 390); Blue value is 36 (14.45% from 255 or 9.23% from 390); Max value from RGB is 202 - color contains mainly: green. Hex color #98CA24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98CA24 is #6735DB. Grayscale: #A8A8A8. Windows color (decimal): -6763996 or 2411160. OLE color: 2411160.
HSL color Cylindrical-coordinate representation of color #98CA24: hue angle of 78.07º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #98CA24 is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 202 | 36 | - |
| CMYK | 0.25 | 0 | 0.82 | 0.21 |
| HSL | 78.07º | 0.7% | 0.47% | - |
| HSV(B) | 78.07º | 0.82% | 0.79% | - |
| XYZ | 34.39 | 49.04 | 9.32 | - |
| YUV | 168.13 | 53.44 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 202 | 36 | 0.25 | 0 | 0.82 | 0.21 | 78.07 | 0.7 | 0.47 |
| Hex | 98 | CA | 24 | 19 | 0 | 52 | 15 | 4E | 46 | 2F |
| Octal | 230 | 312 | 44 | 31 | 0 | 122 | 25 | 116 | 106 | 57 |
| Binary | 10011000 | 11001010 | 100100 | 11001 | 0 | 1010010 | 10101 | 1001110 | 1000110 | 101111 |
Color Harmonies of #98CA24
Complementary color
Monochromatic Colors of #98CA24
Black with #98CA24
Text Example
Text Example
White with #98CA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CA24; }
p { color: rgb(152,202,36); }
H1.HeaderClassName
{
color: #98CA24;
}
.AnyTagClassName
{
color: #98CA24;
}
</style>
background-color css
<style>
a { background-color: #98CA24; }
a { background-color: rgb(152,202,36); }
div.DivClassName
{
background-color: #98CA24;
}
.BgClassName
{
background-color: #98CA24;
}
</style>
border-color css
<style>
span { border-color: #98CA24; }
span { border-color: rgb(152,202,36); }
td.TdClassName
{
border-color: #98CA24;
}
.TagClassName
{
border-color: #98CA24;
}
</style>