Shades of Pale Green #98F88D
Tints of Pale Green #98F88D
RGB
CMYK
RGB Variations
Color information
#98F88D (or 0x98F88D) is known color: Pale Green. HEX triplet: 98, F8 and 8D. RGB value is (152,248,141). Sum of RGB (Red+Green+Blue) = 152+248+141=541 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.10% from 541); Green value is 248 (97.27% from 255 or 45.84% from 541); Blue value is 141 (55.47% from 255 or 26.06% from 541); Max value from RGB is 248 - color contains mainly: green. Hex color #98F88D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98F88D is #670772. Grayscale: #CFCFCF. Windows color (decimal): -6752115 or 9304216. OLE color: 9304216.
HSL color Cylindrical-coordinate representation of color #98F88D: hue angle of 113.83º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #98F88D is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 152 | 248 | 141 | - |
| CMYK | 0.39 | 0 | 0.43 | 0.03 |
| HSL | 113.83º | 0.88% | 0.76% | - |
| HSV(B) | 113.83º | 0.43% | 0.97% | - |
| XYZ | 51.32 | 75.73 | 37.11 | - |
| YUV | 207.1 | 90.7 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 248 | 141 | 0.39 | 0 | 0.43 | 0.03 | 113.83 | 0.88 | 0.76 |
| Hex | 98 | F8 | 8D | 27 | 0 | 2B | 3 | 72 | 58 | 4C |
| Octal | 230 | 370 | 215 | 47 | 0 | 53 | 3 | 162 | 130 | 114 |
| Binary | 10011000 | 11111000 | 10001101 | 100111 | 0 | 101011 | 11 | 1110010 | 1011000 | 1001100 |
Color Harmonies of #98F88D
Complementary color
Monochromatic Colors of #98F88D
Black with #98F88D
Text Example
Text Example
White with #98F88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F88D; }
p { color: rgb(152,248,141); }
H1.HeaderClassName
{
color: #98F88D;
}
.AnyTagClassName
{
color: #98F88D;
}
</style>
background-color css
<style>
a { background-color: #98F88D; }
a { background-color: rgb(152,248,141); }
div.DivClassName
{
background-color: #98F88D;
}
.BgClassName
{
background-color: #98F88D;
}
</style>
border-color css
<style>
span { border-color: #98F88D; }
span { border-color: rgb(152,248,141); }
td.TdClassName
{
border-color: #98F88D;
}
.TagClassName
{
border-color: #98F88D;
}
</style>