Shades of Conifer #98DA5D
Tints of Conifer #98DA5D
RGB
CMYK
RGB Variations
Color information
#98DA5D (or 0x98DA5D) is known color: Conifer. HEX triplet: 98, DA and 5D. RGB value is (152,218,93). Sum of RGB (Red+Green+Blue) = 152+218+93=463 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.83% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 218 - color contains mainly: green. Hex color #98DA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DA5D is #6725A2. Grayscale: #B8B8B8. Windows color (decimal): -6759843 or 6150808. OLE color: 6150808.
HSL color Cylindrical-coordinate representation of color #98DA5D: hue angle of 91.68º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #98DA5D is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 218 | 93 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.15 |
| HSL | 91.68º | 0.63% | 0.61% | - |
| HSV(B) | 91.68º | 0.57% | 0.85% | - |
| XYZ | 40 | 57.61 | 19.37 | - |
| YUV | 184.02 | 76.63 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 218 | 93 | 0.30 | 0 | 0.57 | 0.15 | 91.68 | 0.63 | 0.61 |
| Hex | 98 | DA | 5D | 1E | 0 | 39 | F | 5C | 3F | 3D |
| Octal | 230 | 332 | 135 | 36 | 0 | 71 | 17 | 134 | 77 | 75 |
| Binary | 10011000 | 11011010 | 1011101 | 11110 | 0 | 111001 | 1111 | 1011100 | 111111 | 111101 |
Color Harmonies of #98DA5D
Complementary color
Monochromatic Colors of #98DA5D
Black with #98DA5D
Text Example
Text Example
White with #98DA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DA5D; }
p { color: rgb(152,218,93); }
H1.HeaderClassName
{
color: #98DA5D;
}
.AnyTagClassName
{
color: #98DA5D;
}
</style>
background-color css
<style>
a { background-color: #98DA5D; }
a { background-color: rgb(152,218,93); }
div.DivClassName
{
background-color: #98DA5D;
}
.BgClassName
{
background-color: #98DA5D;
}
</style>
border-color css
<style>
span { border-color: #98DA5D; }
span { border-color: rgb(152,218,93); }
td.TdClassName
{
border-color: #98DA5D;
}
.TagClassName
{
border-color: #98DA5D;
}
</style>