Shades of Conifer #98DC63
Tints of Conifer #98DC63
RGB
CMYK
RGB Variations
Color information
#98DC63 (or 0x98DC63) is known color: Conifer. HEX triplet: 98, DC and 63. RGB value is (152,220,99). Sum of RGB (Red+Green+Blue) = 152+220+99=471 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.27% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 99 (39.06% from 255 or 21.02% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #98DC63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DC63 is #67239C. Grayscale: #BABABA. Windows color (decimal): -6759325 or 6544536. OLE color: 6544536.
HSL color Cylindrical-coordinate representation of color #98DC63: hue angle of 93.72º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #98DC63 is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 220 | 99 | - |
| CMYK | 0.31 | 0 | 0.55 | 0.14 |
| HSL | 93.72º | 0.63% | 0.63% | - |
| HSV(B) | 93.72º | 0.55% | 0.86% | - |
| XYZ | 40.79 | 58.76 | 21 | - |
| YUV | 185.87 | 78.97 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 220 | 99 | 0.31 | 0 | 0.55 | 0.14 | 93.72 | 0.63 | 0.63 |
| Hex | 98 | DC | 63 | 1F | 0 | 37 | E | 5E | 3F | 3F |
| Octal | 230 | 334 | 143 | 37 | 0 | 67 | 16 | 136 | 77 | 77 |
| Binary | 10011000 | 11011100 | 1100011 | 11111 | 0 | 110111 | 1110 | 1011110 | 111111 | 111111 |
Color Harmonies of #98DC63
Complementary color
Monochromatic Colors of #98DC63
Black with #98DC63
Text Example
Text Example
White with #98DC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DC63; }
p { color: rgb(152,220,99); }
H1.HeaderClassName
{
color: #98DC63;
}
.AnyTagClassName
{
color: #98DC63;
}
</style>
background-color css
<style>
a { background-color: #98DC63; }
a { background-color: rgb(152,220,99); }
div.DivClassName
{
background-color: #98DC63;
}
.BgClassName
{
background-color: #98DC63;
}
</style>
border-color css
<style>
span { border-color: #98DC63; }
span { border-color: rgb(152,220,99); }
td.TdClassName
{
border-color: #98DC63;
}
.TagClassName
{
border-color: #98DC63;
}
</style>