Shades of Conifer #98DC5B
Tints of Conifer #98DC5B
RGB
CMYK
RGB Variations
Color information
#98DC5B (or 0x98DC5B) is known color: Conifer. HEX triplet: 98, DC and 5B. RGB value is (152,220,91). Sum of RGB (Red+Green+Blue) = 152+220+91=463 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.83% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 91 (35.94% from 255 or 19.65% from 463); Max value from RGB is 220 - color contains mainly: green. Hex color #98DC5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DC5B is #6723A4. Grayscale: #B9B9B9. Windows color (decimal): -6759333 or 6020248. OLE color: 6020248.
HSL color Cylindrical-coordinate representation of color #98DC5B: hue angle of 91.63º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #98DC5B is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 220 | 91 | - |
| CMYK | 0.31 | 0 | 0.59 | 0.14 |
| HSL | 91.63º | 0.65% | 0.61% | - |
| HSV(B) | 91.63º | 0.59% | 0.86% | - |
| XYZ | 40.43 | 58.62 | 19.08 | - |
| YUV | 184.96 | 74.97 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 220 | 91 | 0.31 | 0 | 0.59 | 0.14 | 91.63 | 0.65 | 0.61 |
| Hex | 98 | DC | 5B | 1F | 0 | 3B | E | 5C | 41 | 3D |
| Octal | 230 | 334 | 133 | 37 | 0 | 73 | 16 | 134 | 101 | 75 |
| Binary | 10011000 | 11011100 | 1011011 | 11111 | 0 | 111011 | 1110 | 1011100 | 1000001 | 111101 |
Color Harmonies of #98DC5B
Complementary color
Monochromatic Colors of #98DC5B
Black with #98DC5B
Text Example
Text Example
White with #98DC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DC5B; }
p { color: rgb(152,220,91); }
H1.HeaderClassName
{
color: #98DC5B;
}
.AnyTagClassName
{
color: #98DC5B;
}
</style>
background-color css
<style>
a { background-color: #98DC5B; }
a { background-color: rgb(152,220,91); }
div.DivClassName
{
background-color: #98DC5B;
}
.BgClassName
{
background-color: #98DC5B;
}
</style>
border-color css
<style>
span { border-color: #98DC5B; }
span { border-color: rgb(152,220,91); }
td.TdClassName
{
border-color: #98DC5B;
}
.TagClassName
{
border-color: #98DC5B;
}
</style>