Shades of Yellow Green #98CB28
Tints of Yellow Green #98CB28
RGB
CMYK
RGB Variations
Color information
#98CB28 (or 0x98CB28) is known color: Yellow Green. HEX triplet: 98, CB and 28. RGB value is (152,203,40). Sum of RGB (Red+Green+Blue) = 152+203+40=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 203 (79.69% from 255 or 51.39% from 395); Blue value is 40 (16.02% from 255 or 10.13% from 395); Max value from RGB is 203 - color contains mainly: green. Hex color #98CB28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98CB28 is #6734D7. Grayscale: #A9A9A9. Windows color (decimal): -6763736 or 2673560. OLE color: 2673560.
HSL color Cylindrical-coordinate representation of color #98CB28: hue angle of 78.77º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #98CB28 is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 203 | 40 | - |
| CMYK | 0.25 | 0 | 0.80 | 0.20 |
| HSL | 78.77º | 0.67% | 0.48% | - |
| HSV(B) | 78.77º | 0.8% | 0.8% | - |
| XYZ | 34.69 | 49.54 | 9.74 | - |
| YUV | 169.17 | 55.1 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 203 | 40 | 0.25 | 0 | 0.80 | 0.20 | 78.77 | 0.67 | 0.48 |
| Hex | 98 | CB | 28 | 19 | 0 | 50 | 14 | 4F | 43 | 30 |
| Octal | 230 | 313 | 50 | 31 | 0 | 120 | 24 | 117 | 103 | 60 |
| Binary | 10011000 | 11001011 | 101000 | 11001 | 0 | 1010000 | 10100 | 1001111 | 1000011 | 110000 |
Color Harmonies of #98CB28
Complementary color
Monochromatic Colors of #98CB28
Black with #98CB28
Text Example
Text Example
White with #98CB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CB28; }
p { color: rgb(152,203,40); }
H1.HeaderClassName
{
color: #98CB28;
}
.AnyTagClassName
{
color: #98CB28;
}
</style>
background-color css
<style>
a { background-color: #98CB28; }
a { background-color: rgb(152,203,40); }
div.DivClassName
{
background-color: #98CB28;
}
.BgClassName
{
background-color: #98CB28;
}
</style>
border-color css
<style>
span { border-color: #98CB28; }
span { border-color: rgb(152,203,40); }
td.TdClassName
{
border-color: #98CB28;
}
.TagClassName
{
border-color: #98CB28;
}
</style>