Shades of Yellow Green #98CD32
Tints of Yellow Green #98CD32
RGB
CMYK
RGB Variations
Color information
#98CD32 (or 0x98CD32) is known color: Yellow Green. HEX triplet: 98, CD and 32. RGB value is (152,205,50). Sum of RGB (Red+Green+Blue) = 152+205+50=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 205 (80.47% from 255 or 50.37% from 407); Blue value is 50 (19.92% from 255 or 12.29% from 407); Max value from RGB is 205 - color contains mainly: green. Hex color #98CD32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98CD32 is #6732CD. Grayscale: #ACACAC. Windows color (decimal): -6763214 or 3329432. OLE color: 3329432.
HSL color Cylindrical-coordinate representation of color #98CD32: hue angle of 80.52º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #98CD32 is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 205 | 50 | - |
| CMYK | 0.26 | 0 | 0.76 | 0.20 |
| HSL | 80.52º | 0.61% | 0.5% | - |
| HSV(B) | 80.52º | 0.76% | 0.8% | - |
| XYZ | 35.36 | 50.57 | 10.91 | - |
| YUV | 171.48 | 59.44 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 205 | 50 | 0.26 | 0 | 0.76 | 0.20 | 80.52 | 0.61 | 0.5 |
| Hex | 98 | CD | 32 | 1A | 0 | 4C | 14 | 51 | 3D | 32 |
| Octal | 230 | 315 | 62 | 32 | 0 | 114 | 24 | 121 | 75 | 62 |
| Binary | 10011000 | 11001101 | 110010 | 11010 | 0 | 1001100 | 10100 | 1010001 | 111101 | 110010 |
Color Harmonies of #98CD32
Complementary color
Monochromatic Colors of #98CD32
Black with #98CD32
Text Example
Text Example
White with #98CD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CD32; }
p { color: rgb(152,205,50); }
H1.HeaderClassName
{
color: #98CD32;
}
.AnyTagClassName
{
color: #98CD32;
}
</style>
background-color css
<style>
a { background-color: #98CD32; }
a { background-color: rgb(152,205,50); }
div.DivClassName
{
background-color: #98CD32;
}
.BgClassName
{
background-color: #98CD32;
}
</style>
border-color css
<style>
span { border-color: #98CD32; }
span { border-color: rgb(152,205,50); }
td.TdClassName
{
border-color: #98CD32;
}
.TagClassName
{
border-color: #98CD32;
}
</style>