Shades of Yellow Green #98CF28
Tints of Yellow Green #98CF28
RGB
CMYK
RGB Variations
Color information
#98CF28 (or 0x98CF28) is known color: Yellow Green. HEX triplet: 98, CF and 28. RGB value is (152,207,40). Sum of RGB (Red+Green+Blue) = 152+207+40=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 207 (81.25% from 255 or 51.88% from 399); Blue value is 40 (16.02% from 255 or 10.03% from 399); Max value from RGB is 207 - color contains mainly: green. Hex color #98CF28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98CF28 is #6730D7. Grayscale: #ACACAC. Windows color (decimal): -6762712 or 2674584. OLE color: 2674584.
HSL color Cylindrical-coordinate representation of color #98CF28: hue angle of 79.76º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #98CF28 is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 207 | 40 | - |
| CMYK | 0.27 | 0 | 0.81 | 0.19 |
| HSL | 79.76º | 0.68% | 0.48% | - |
| HSV(B) | 79.76º | 0.81% | 0.81% | - |
| XYZ | 35.64 | 51.45 | 10.06 | - |
| YUV | 171.52 | 53.78 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 207 | 40 | 0.27 | 0 | 0.81 | 0.19 | 79.76 | 0.68 | 0.48 |
| Hex | 98 | CF | 28 | 1B | 0 | 51 | 13 | 50 | 44 | 30 |
| Octal | 230 | 317 | 50 | 33 | 0 | 121 | 23 | 120 | 104 | 60 |
| Binary | 10011000 | 11001111 | 101000 | 11011 | 0 | 1010001 | 10011 | 1010000 | 1000100 | 110000 |
Color Harmonies of #98CF28
Complementary color
Monochromatic Colors of #98CF28
Black with #98CF28
Text Example
Text Example
White with #98CF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CF28; }
p { color: rgb(152,207,40); }
H1.HeaderClassName
{
color: #98CF28;
}
.AnyTagClassName
{
color: #98CF28;
}
</style>
background-color css
<style>
a { background-color: #98CF28; }
a { background-color: rgb(152,207,40); }
div.DivClassName
{
background-color: #98CF28;
}
.BgClassName
{
background-color: #98CF28;
}
</style>
border-color css
<style>
span { border-color: #98CF28; }
span { border-color: rgb(152,207,40); }
td.TdClassName
{
border-color: #98CF28;
}
.TagClassName
{
border-color: #98CF28;
}
</style>