Shades of Conifer #98DF62
Tints of Conifer #98DF62
RGB
CMYK
RGB Variations
Color information
#98DF62 (or 0x98DF62) is known color: Conifer. HEX triplet: 98, DF and 62. RGB value is (152,223,98). Sum of RGB (Red+Green+Blue) = 152+223+98=473 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.14% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 98 (38.67% from 255 or 20.72% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #98DF62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DF62 is #67209D. Grayscale: #BBBBBB. Windows color (decimal): -6758558 or 6479768. OLE color: 6479768.
HSL color Cylindrical-coordinate representation of color #98DF62: hue angle of 94.08º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #98DF62 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 223 | 98 | - |
| CMYK | 0.32 | 0 | 0.56 | 0.13 |
| HSL | 94.08º | 0.66% | 0.63% | - |
| HSV(B) | 94.08º | 0.56% | 0.87% | - |
| XYZ | 41.54 | 60.33 | 21.01 | - |
| YUV | 187.52 | 77.48 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 223 | 98 | 0.32 | 0 | 0.56 | 0.13 | 94.08 | 0.66 | 0.63 |
| Hex | 98 | DF | 62 | 20 | 0 | 38 | D | 5E | 42 | 3F |
| Octal | 230 | 337 | 142 | 40 | 0 | 70 | 15 | 136 | 102 | 77 |
| Binary | 10011000 | 11011111 | 1100010 | 100000 | 0 | 111000 | 1101 | 1011110 | 1000010 | 111111 |
Color Harmonies of #98DF62
Complementary color
Monochromatic Colors of #98DF62
Black with #98DF62
Text Example
Text Example
White with #98DF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DF62; }
p { color: rgb(152,223,98); }
H1.HeaderClassName
{
color: #98DF62;
}
.AnyTagClassName
{
color: #98DF62;
}
</style>
background-color css
<style>
a { background-color: #98DF62; }
a { background-color: rgb(152,223,98); }
div.DivClassName
{
background-color: #98DF62;
}
.BgClassName
{
background-color: #98DF62;
}
</style>
border-color css
<style>
span { border-color: #98DF62; }
span { border-color: rgb(152,223,98); }
td.TdClassName
{
border-color: #98DF62;
}
.TagClassName
{
border-color: #98DF62;
}
</style>