Shades of Conifer #98DB5C
Tints of Conifer #98DB5C
RGB
CMYK
RGB Variations
Color information
#98DB5C (or 0x98DB5C) is known color: Conifer. HEX triplet: 98, DB and 5C. RGB value is (152,219,92). Sum of RGB (Red+Green+Blue) = 152+219+92=463 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.83% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 92 (36.33% from 255 or 19.87% from 463); Max value from RGB is 219 - color contains mainly: green. Hex color #98DB5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DB5C is #6724A3. Grayscale: #B8B8B8. Windows color (decimal): -6759588 or 6085528. OLE color: 6085528.
HSL color Cylindrical-coordinate representation of color #98DB5C: hue angle of 91.65º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #98DB5C is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 219 | 92 | - |
| CMYK | 0.31 | 0 | 0.58 | 0.14 |
| HSL | 91.65º | 0.64% | 0.61% | - |
| HSV(B) | 91.65º | 0.58% | 0.86% | - |
| XYZ | 40.21 | 58.11 | 19.22 | - |
| YUV | 184.49 | 75.8 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 219 | 92 | 0.31 | 0 | 0.58 | 0.14 | 91.65 | 0.64 | 0.61 |
| Hex | 98 | DB | 5C | 1F | 0 | 3A | E | 5C | 40 | 3D |
| Octal | 230 | 333 | 134 | 37 | 0 | 72 | 16 | 134 | 100 | 75 |
| Binary | 10011000 | 11011011 | 1011100 | 11111 | 0 | 111010 | 1110 | 1011100 | 1000000 | 111101 |
Color Harmonies of #98DB5C
Complementary color
Monochromatic Colors of #98DB5C
Black with #98DB5C
Text Example
Text Example
White with #98DB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DB5C; }
p { color: rgb(152,219,92); }
H1.HeaderClassName
{
color: #98DB5C;
}
.AnyTagClassName
{
color: #98DB5C;
}
</style>
background-color css
<style>
a { background-color: #98DB5C; }
a { background-color: rgb(152,219,92); }
div.DivClassName
{
background-color: #98DB5C;
}
.BgClassName
{
background-color: #98DB5C;
}
</style>
border-color css
<style>
span { border-color: #98DB5C; }
span { border-color: rgb(152,219,92); }
td.TdClassName
{
border-color: #98DB5C;
}
.TagClassName
{
border-color: #98DB5C;
}
</style>