Shades of Conifer #98DF51
Tints of Conifer #98DF51
RGB
CMYK
RGB Variations
Color information
#98DF51 (or 0x98DF51) is known color: Conifer. HEX triplet: 98, DF and 51. RGB value is (152,223,81). Sum of RGB (Red+Green+Blue) = 152+223+81=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 223 (87.5% from 255 or 48.90% from 456); Blue value is 81 (32.03% from 255 or 17.76% from 456); Max value from RGB is 223 - color contains mainly: green. Hex color #98DF51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DF51 is #6720AE. Grayscale: #BABABA. Windows color (decimal): -6758575 or 5365656. OLE color: 5365656.
HSL color Cylindrical-coordinate representation of color #98DF51: hue angle of 90º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #98DF51 is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 223 | 81 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.13 |
| HSL | 90º | 0.69% | 0.6% | - |
| HSV(B) | 90º | 0.64% | 0.87% | - |
| XYZ | 40.82 | 60.04 | 17.22 | - |
| YUV | 185.58 | 68.98 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 223 | 81 | 0.32 | 0 | 0.64 | 0.13 | 90 | 0.69 | 0.6 |
| Hex | 98 | DF | 51 | 20 | 0 | 40 | D | 5A | 45 | 3C |
| Octal | 230 | 337 | 121 | 40 | 0 | 100 | 15 | 132 | 105 | 74 |
| Binary | 10011000 | 11011111 | 1010001 | 100000 | 0 | 1000000 | 1101 | 1011010 | 1000101 | 111100 |
Color Harmonies of #98DF51
Complementary color
Monochromatic Colors of #98DF51
Black with #98DF51
Text Example
Text Example
White with #98DF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DF51; }
p { color: rgb(152,223,81); }
H1.HeaderClassName
{
color: #98DF51;
}
.AnyTagClassName
{
color: #98DF51;
}
</style>
background-color css
<style>
a { background-color: #98DF51; }
a { background-color: rgb(152,223,81); }
div.DivClassName
{
background-color: #98DF51;
}
.BgClassName
{
background-color: #98DF51;
}
</style>
border-color css
<style>
span { border-color: #98DF51; }
span { border-color: rgb(152,223,81); }
td.TdClassName
{
border-color: #98DF51;
}
.TagClassName
{
border-color: #98DF51;
}
</style>