Shades of Conifer #98DF5E
Tints of Conifer #98DF5E
RGB
CMYK
RGB Variations
Color information
#98DF5E (or 0x98DF5E) is known color: Conifer. HEX triplet: 98, DF and 5E. RGB value is (152,223,94). Sum of RGB (Red+Green+Blue) = 152+223+94=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 223 (87.5% from 255 or 47.55% from 469); Blue value is 94 (37.11% from 255 or 20.04% from 469); Max value from RGB is 223 - color contains mainly: green. Hex color #98DF5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DF5E is #6720A1. Grayscale: #BBBBBB. Windows color (decimal): -6758562 or 6217624. OLE color: 6217624.
HSL color Cylindrical-coordinate representation of color #98DF5E: hue angle of 93.02º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #98DF5E is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 223 | 94 | - |
| CMYK | 0.32 | 0 | 0.58 | 0.13 |
| HSL | 93.02º | 0.67% | 0.62% | - |
| HSV(B) | 93.02º | 0.58% | 0.87% | - |
| XYZ | 41.36 | 60.26 | 20.04 | - |
| YUV | 187.07 | 75.48 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 223 | 94 | 0.32 | 0 | 0.58 | 0.13 | 93.02 | 0.67 | 0.62 |
| Hex | 98 | DF | 5E | 20 | 0 | 3A | D | 5D | 43 | 3E |
| Octal | 230 | 337 | 136 | 40 | 0 | 72 | 15 | 135 | 103 | 76 |
| Binary | 10011000 | 11011111 | 1011110 | 100000 | 0 | 111010 | 1101 | 1011101 | 1000011 | 111110 |
Color Harmonies of #98DF5E
Complementary color
Monochromatic Colors of #98DF5E
Black with #98DF5E
Text Example
Text Example
White with #98DF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DF5E; }
p { color: rgb(152,223,94); }
H1.HeaderClassName
{
color: #98DF5E;
}
.AnyTagClassName
{
color: #98DF5E;
}
</style>
background-color css
<style>
a { background-color: #98DF5E; }
a { background-color: rgb(152,223,94); }
div.DivClassName
{
background-color: #98DF5E;
}
.BgClassName
{
background-color: #98DF5E;
}
</style>
border-color css
<style>
span { border-color: #98DF5E; }
span { border-color: rgb(152,223,94); }
td.TdClassName
{
border-color: #98DF5E;
}
.TagClassName
{
border-color: #98DF5E;
}
</style>