Shades of Light Green #98F67D
Tints of Light Green #98F67D
RGB
CMYK
RGB Variations
Color information
#98F67D (or 0x98F67D) is known color: Light Green. HEX triplet: 98, F6 and 7D. RGB value is (152,246,125). Sum of RGB (Red+Green+Blue) = 152+246+125=523 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.06% from 523); Green value is 246 (96.48% from 255 or 47.04% from 523); Blue value is 125 (49.22% from 255 or 23.90% from 523); Max value from RGB is 246 - color contains mainly: green. Hex color #98F67D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98F67D is #670982. Grayscale: #CCCCCC. Windows color (decimal): -6752643 or 8255128. OLE color: 8255128.
HSL color Cylindrical-coordinate representation of color #98F67D: hue angle of 106.61º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #98F67D is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 152 | 246 | 125 | - |
| CMYK | 0.38 | 0 | 0.49 | 0.04 |
| HSL | 106.61º | 0.87% | 0.73% | - |
| HSV(B) | 106.61º | 0.49% | 0.96% | - |
| XYZ | 49.61 | 74.07 | 31.08 | - |
| YUV | 204.1 | 83.36 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 246 | 125 | 0.38 | 0 | 0.49 | 0.04 | 106.61 | 0.87 | 0.73 |
| Hex | 98 | F6 | 7D | 26 | 0 | 31 | 4 | 6B | 57 | 49 |
| Octal | 230 | 366 | 175 | 46 | 0 | 61 | 4 | 153 | 127 | 111 |
| Binary | 10011000 | 11110110 | 1111101 | 100110 | 0 | 110001 | 100 | 1101011 | 1010111 | 1001001 |
Color Harmonies of #98F67D
Complementary color
Monochromatic Colors of #98F67D
Black with #98F67D
Text Example
Text Example
White with #98F67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F67D; }
p { color: rgb(152,246,125); }
H1.HeaderClassName
{
color: #98F67D;
}
.AnyTagClassName
{
color: #98F67D;
}
</style>
background-color css
<style>
a { background-color: #98F67D; }
a { background-color: rgb(152,246,125); }
div.DivClassName
{
background-color: #98F67D;
}
.BgClassName
{
background-color: #98F67D;
}
</style>
border-color css
<style>
span { border-color: #98F67D; }
span { border-color: rgb(152,246,125); }
td.TdClassName
{
border-color: #98F67D;
}
.TagClassName
{
border-color: #98F67D;
}
</style>