Shades of Spring Rain #98C28D
Tints of Spring Rain #98C28D
RGB
CMYK
RGB Variations
Color information
#98C28D (or 0x98C28D) is known color: Spring Rain. HEX triplet: 98, C2 and 8D. RGB value is (152,194,141). Sum of RGB (Red+Green+Blue) = 152+194+141=487 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.21% from 487); Green value is 194 (76.17% from 255 or 39.84% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 194 - color contains mainly: green. Hex color #98C28D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C28D is #673D72. Grayscale: #AFAFAF. Windows color (decimal): -6765939 or 9290392. OLE color: 9290392.
HSL color Cylindrical-coordinate representation of color #98C28D: hue angle of 107.55º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98C28D is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 194 | 141 | - |
| CMYK | 0.22 | 0 | 0.27 | 0.24 |
| HSL | 107.55º | 0.3% | 0.66% | - |
| HSV(B) | 107.55º | 0.27% | 0.76% | - |
| XYZ | 37.05 | 47.18 | 32.35 | - |
| YUV | 175.4 | 108.59 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 194 | 141 | 0.22 | 0 | 0.27 | 0.24 | 107.55 | 0.3 | 0.66 |
| Hex | 98 | C2 | 8D | 16 | 0 | 1B | 18 | 6C | 1E | 42 |
| Octal | 230 | 302 | 215 | 26 | 0 | 33 | 30 | 154 | 36 | 102 |
| Binary | 10011000 | 11000010 | 10001101 | 10110 | 0 | 11011 | 11000 | 1101100 | 11110 | 1000010 |
Color Harmonies of #98C28D
Complementary color
Monochromatic Colors of #98C28D
Black with #98C28D
Text Example
Text Example
White with #98C28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C28D; }
p { color: rgb(152,194,141); }
H1.HeaderClassName
{
color: #98C28D;
}
.AnyTagClassName
{
color: #98C28D;
}
</style>
background-color css
<style>
a { background-color: #98C28D; }
a { background-color: rgb(152,194,141); }
div.DivClassName
{
background-color: #98C28D;
}
.BgClassName
{
background-color: #98C28D;
}
</style>
border-color css
<style>
span { border-color: #98C28D; }
span { border-color: rgb(152,194,141); }
td.TdClassName
{
border-color: #98C28D;
}
.TagClassName
{
border-color: #98C28D;
}
</style>