Shades of Yellow Green #98C925
Tints of Yellow Green #98C925
RGB
CMYK
RGB Variations
Color information
#98C925 (or 0x98C925) is known color: Yellow Green. HEX triplet: 98, C9 and 25. RGB value is (152,201,37). Sum of RGB (Red+Green+Blue) = 152+201+37=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 201 (78.91% from 255 or 51.54% from 390); Blue value is 37 (14.84% from 255 or 9.49% from 390); Max value from RGB is 201 - color contains mainly: green. Hex color #98C925 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C925 is #6736DA. Grayscale: #A8A8A8. Windows color (decimal): -6764251 or 2476440. OLE color: 2476440.
HSL color Cylindrical-coordinate representation of color #98C925: hue angle of 77.93º degrees, saturation: 0.69, 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 #98C925 is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 201 | 37 | - |
| CMYK | 0.24 | 0 | 0.82 | 0.21 |
| HSL | 77.93º | 0.69% | 0.47% | - |
| HSV(B) | 77.93º | 0.82% | 0.79% | - |
| XYZ | 34.17 | 48.58 | 9.33 | - |
| YUV | 167.65 | 54.27 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 201 | 37 | 0.24 | 0 | 0.82 | 0.21 | 77.93 | 0.69 | 0.47 |
| Hex | 98 | C9 | 25 | 18 | 0 | 52 | 15 | 4E | 45 | 2F |
| Octal | 230 | 311 | 45 | 30 | 0 | 122 | 25 | 116 | 105 | 57 |
| Binary | 10011000 | 11001001 | 100101 | 11000 | 0 | 1010010 | 10101 | 1001110 | 1000101 | 101111 |
Color Harmonies of #98C925
Complementary color
Monochromatic Colors of #98C925
Black with #98C925
Text Example
Text Example
White with #98C925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C925; }
p { color: rgb(152,201,37); }
H1.HeaderClassName
{
color: #98C925;
}
.AnyTagClassName
{
color: #98C925;
}
</style>
background-color css
<style>
a { background-color: #98C925; }
a { background-color: rgb(152,201,37); }
div.DivClassName
{
background-color: #98C925;
}
.BgClassName
{
background-color: #98C925;
}
</style>
border-color css
<style>
span { border-color: #98C925; }
span { border-color: rgb(152,201,37); }
td.TdClassName
{
border-color: #98C925;
}
.TagClassName
{
border-color: #98C925;
}
</style>