Shades of Yellow Green #98C536
Tints of Yellow Green #98C536
RGB
CMYK
RGB Variations
Color information
#98C536 (or 0x98C536) is known color: Yellow Green. HEX triplet: 98, C5 and 36. RGB value is (152,197,54). Sum of RGB (Red+Green+Blue) = 152+197+54=403 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.72% from 403); Green value is 197 (77.34% from 255 or 48.88% from 403); Blue value is 54 (21.48% from 255 or 13.40% from 403); Max value from RGB is 197 - color contains mainly: green. Hex color #98C536 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C536 is #673AC9. Grayscale: #A7A7A7. Windows color (decimal): -6765258 or 3589528. OLE color: 3589528.
HSL color Cylindrical-coordinate representation of color #98C536: hue angle of 78.88º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #98C536 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 197 | 54 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.23 |
| HSL | 78.88º | 0.57% | 0.49% | - |
| HSV(B) | 78.88º | 0.73% | 0.77% | - |
| XYZ | 33.58 | 46.87 | 10.77 | - |
| YUV | 167.24 | 64.09 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 197 | 54 | 0.23 | 0 | 0.73 | 0.23 | 78.88 | 0.57 | 0.49 |
| Hex | 98 | C5 | 36 | 17 | 0 | 49 | 17 | 4F | 39 | 31 |
| Octal | 230 | 305 | 66 | 27 | 0 | 111 | 27 | 117 | 71 | 61 |
| Binary | 10011000 | 11000101 | 110110 | 10111 | 0 | 1001001 | 10111 | 1001111 | 111001 | 110001 |
Color Harmonies of #98C536
Complementary color
Monochromatic Colors of #98C536
Black with #98C536
Text Example
Text Example
White with #98C536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C536; }
p { color: rgb(152,197,54); }
H1.HeaderClassName
{
color: #98C536;
}
.AnyTagClassName
{
color: #98C536;
}
</style>
background-color css
<style>
a { background-color: #98C536; }
a { background-color: rgb(152,197,54); }
div.DivClassName
{
background-color: #98C536;
}
.BgClassName
{
background-color: #98C536;
}
</style>
border-color css
<style>
span { border-color: #98C536; }
span { border-color: rgb(152,197,54); }
td.TdClassName
{
border-color: #98C536;
}
.TagClassName
{
border-color: #98C536;
}
</style>