Shades of Yellow Green #98C236
Tints of Yellow Green #98C236
RGB
CMYK
RGB Variations
Color information
#98C236 (or 0x98C236) is known color: Yellow Green. HEX triplet: 98, C2 and 36. RGB value is (152,194,54). Sum of RGB (Red+Green+Blue) = 152+194+54=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 194 (76.17% from 255 or 48.5% from 400); Blue value is 54 (21.48% from 255 or 13.5% from 400); Max value from RGB is 194 - color contains mainly: green. Hex color #98C236 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C236 is #673DC9. Grayscale: #A6A6A6. Windows color (decimal): -6766026 or 3588760. OLE color: 3588760.
HSL color Cylindrical-coordinate representation of color #98C236: hue angle of 78º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #98C236 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 194 | 54 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.24 |
| HSL | 78º | 0.56% | 0.49% | - |
| HSV(B) | 78º | 0.72% | 0.76% | - |
| XYZ | 32.91 | 45.53 | 10.54 | - |
| YUV | 165.48 | 65.09 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 194 | 54 | 0.22 | 0 | 0.72 | 0.24 | 78 | 0.56 | 0.49 |
| Hex | 98 | C2 | 36 | 16 | 0 | 48 | 18 | 4E | 38 | 31 |
| Octal | 230 | 302 | 66 | 26 | 0 | 110 | 30 | 116 | 70 | 61 |
| Binary | 10011000 | 11000010 | 110110 | 10110 | 0 | 1001000 | 11000 | 1001110 | 111000 | 110001 |
Color Harmonies of #98C236
Complementary color
Monochromatic Colors of #98C236
Black with #98C236
Text Example
Text Example
White with #98C236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C236; }
p { color: rgb(152,194,54); }
H1.HeaderClassName
{
color: #98C236;
}
.AnyTagClassName
{
color: #98C236;
}
</style>
background-color css
<style>
a { background-color: #98C236; }
a { background-color: rgb(152,194,54); }
div.DivClassName
{
background-color: #98C236;
}
.BgClassName
{
background-color: #98C236;
}
</style>
border-color css
<style>
span { border-color: #98C236; }
span { border-color: rgb(152,194,54); }
td.TdClassName
{
border-color: #98C236;
}
.TagClassName
{
border-color: #98C236;
}
</style>