Shades of Conifer #98DF63
Tints of Conifer #98DF63
RGB
CMYK
RGB Variations
Color information
#98DF63 (or 0x98DF63) is known color: Conifer. HEX triplet: 98, DF and 63. RGB value is (152,223,99). Sum of RGB (Red+Green+Blue) = 152+223+99=474 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.07% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 99 (39.06% from 255 or 20.89% from 474); Max value from RGB is 223 - color contains mainly: green. Hex color #98DF63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DF63 is #67209C. Grayscale: #BCBCBC. Windows color (decimal): -6758557 or 6545304. OLE color: 6545304.
HSL color Cylindrical-coordinate representation of color #98DF63: hue angle of 94.35º 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 #98DF63 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 223 | 99 | - |
| CMYK | 0.32 | 0 | 0.56 | 0.13 |
| HSL | 94.35º | 0.66% | 0.63% | - |
| HSV(B) | 94.35º | 0.56% | 0.87% | - |
| XYZ | 41.59 | 60.35 | 21.26 | - |
| YUV | 187.64 | 77.98 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 223 | 99 | 0.32 | 0 | 0.56 | 0.13 | 94.35 | 0.66 | 0.63 |
| Hex | 98 | DF | 63 | 20 | 0 | 38 | D | 5E | 42 | 3F |
| Octal | 230 | 337 | 143 | 40 | 0 | 70 | 15 | 136 | 102 | 77 |
| Binary | 10011000 | 11011111 | 1100011 | 100000 | 0 | 111000 | 1101 | 1011110 | 1000010 | 111111 |
Color Harmonies of #98DF63
Complementary color
Monochromatic Colors of #98DF63
Black with #98DF63
Text Example
Text Example
White with #98DF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DF63; }
p { color: rgb(152,223,99); }
H1.HeaderClassName
{
color: #98DF63;
}
.AnyTagClassName
{
color: #98DF63;
}
</style>
background-color css
<style>
a { background-color: #98DF63; }
a { background-color: rgb(152,223,99); }
div.DivClassName
{
background-color: #98DF63;
}
.BgClassName
{
background-color: #98DF63;
}
</style>
border-color css
<style>
span { border-color: #98DF63; }
span { border-color: rgb(152,223,99); }
td.TdClassName
{
border-color: #98DF63;
}
.TagClassName
{
border-color: #98DF63;
}
</style>