Shades of Conifer #98DF57
Tints of Conifer #98DF57
RGB
CMYK
RGB Variations
Color information
#98DF57 (or 0x98DF57) is known color: Conifer. HEX triplet: 98, DF and 57. RGB value is (152,223,87). Sum of RGB (Red+Green+Blue) = 152+223+87=462 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.90% from 462); Green value is 223 (87.5% from 255 or 48.27% from 462); Blue value is 87 (34.38% from 255 or 18.83% from 462); Max value from RGB is 223 - color contains mainly: green. Hex color #98DF57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DF57 is #6720A8. Grayscale: #BABABA. Windows color (decimal): -6758569 or 5758872. OLE color: 5758872.
HSL color Cylindrical-coordinate representation of color #98DF57: hue angle of 91.32º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #98DF57 is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 223 | 87 | - |
| CMYK | 0.32 | 0 | 0.61 | 0.13 |
| HSL | 91.32º | 0.68% | 0.61% | - |
| HSV(B) | 91.32º | 0.61% | 0.87% | - |
| XYZ | 41.06 | 60.14 | 18.46 | - |
| YUV | 186.27 | 71.98 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 223 | 87 | 0.32 | 0 | 0.61 | 0.13 | 91.32 | 0.68 | 0.61 |
| Hex | 98 | DF | 57 | 20 | 0 | 3D | D | 5B | 44 | 3D |
| Octal | 230 | 337 | 127 | 40 | 0 | 75 | 15 | 133 | 104 | 75 |
| Binary | 10011000 | 11011111 | 1010111 | 100000 | 0 | 111101 | 1101 | 1011011 | 1000100 | 111101 |
Color Harmonies of #98DF57
Complementary color
Monochromatic Colors of #98DF57
Black with #98DF57
Text Example
Text Example
White with #98DF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DF57; }
p { color: rgb(152,223,87); }
H1.HeaderClassName
{
color: #98DF57;
}
.AnyTagClassName
{
color: #98DF57;
}
</style>
background-color css
<style>
a { background-color: #98DF57; }
a { background-color: rgb(152,223,87); }
div.DivClassName
{
background-color: #98DF57;
}
.BgClassName
{
background-color: #98DF57;
}
</style>
border-color css
<style>
span { border-color: #98DF57; }
span { border-color: rgb(152,223,87); }
td.TdClassName
{
border-color: #98DF57;
}
.TagClassName
{
border-color: #98DF57;
}
</style>