Shades of Conifer #98DC5D
Tints of Conifer #98DC5D
RGB
CMYK
RGB Variations
Color information
#98DC5D (or 0x98DC5D) is known color: Conifer. HEX triplet: 98, DC and 5D. RGB value is (152,220,93). Sum of RGB (Red+Green+Blue) = 152+220+93=465 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.69% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #98DC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DC5D is #6723A2. Grayscale: #B9B9B9. Windows color (decimal): -6759331 or 6151320. OLE color: 6151320.
HSL color Cylindrical-coordinate representation of color #98DC5D: hue angle of 92.13º 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 #98DC5D is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 220 | 93 | - |
| CMYK | 0.31 | 0 | 0.58 | 0.14 |
| HSL | 92.13º | 0.64% | 0.61% | - |
| HSV(B) | 92.13º | 0.58% | 0.86% | - |
| XYZ | 40.52 | 58.65 | 19.54 | - |
| YUV | 185.19 | 75.97 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 220 | 93 | 0.31 | 0 | 0.58 | 0.14 | 92.13 | 0.64 | 0.61 |
| Hex | 98 | DC | 5D | 1F | 0 | 3A | E | 5C | 40 | 3D |
| Octal | 230 | 334 | 135 | 37 | 0 | 72 | 16 | 134 | 100 | 75 |
| Binary | 10011000 | 11011100 | 1011101 | 11111 | 0 | 111010 | 1110 | 1011100 | 1000000 | 111101 |
Color Harmonies of #98DC5D
Complementary color
Monochromatic Colors of #98DC5D
Black with #98DC5D
Text Example
Text Example
White with #98DC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DC5D; }
p { color: rgb(152,220,93); }
H1.HeaderClassName
{
color: #98DC5D;
}
.AnyTagClassName
{
color: #98DC5D;
}
</style>
background-color css
<style>
a { background-color: #98DC5D; }
a { background-color: rgb(152,220,93); }
div.DivClassName
{
background-color: #98DC5D;
}
.BgClassName
{
background-color: #98DC5D;
}
</style>
border-color css
<style>
span { border-color: #98DC5D; }
span { border-color: rgb(152,220,93); }
td.TdClassName
{
border-color: #98DC5D;
}
.TagClassName
{
border-color: #98DC5D;
}
</style>