Shades of Conifer #98DD53
Tints of Conifer #98DD53
RGB
CMYK
RGB Variations
Color information
#98DD53 (or 0x98DD53) is known color: Conifer. HEX triplet: 98, DD and 53. RGB value is (152,221,83). Sum of RGB (Red+Green+Blue) = 152+221+83=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 83 (32.81% from 255 or 18.20% from 456); Max value from RGB is 221 - color contains mainly: green. Hex color #98DD53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DD53 is #6722AC. Grayscale: #B9B9B9. Windows color (decimal): -6759085 or 5496216. OLE color: 5496216.
HSL color Cylindrical-coordinate representation of color #98DD53: hue angle of 90º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #98DD53 is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 221 | 83 | - |
| CMYK | 0.31 | 0 | 0.62 | 0.13 |
| HSL | 90º | 0.67% | 0.6% | - |
| HSV(B) | 90º | 0.62% | 0.87% | - |
| XYZ | 40.37 | 59.01 | 17.45 | - |
| YUV | 184.64 | 70.64 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 221 | 83 | 0.31 | 0 | 0.62 | 0.13 | 90 | 0.67 | 0.6 |
| Hex | 98 | DD | 53 | 1F | 0 | 3E | D | 5A | 43 | 3C |
| Octal | 230 | 335 | 123 | 37 | 0 | 76 | 15 | 132 | 103 | 74 |
| Binary | 10011000 | 11011101 | 1010011 | 11111 | 0 | 111110 | 1101 | 1011010 | 1000011 | 111100 |
Color Harmonies of #98DD53
Complementary color
Monochromatic Colors of #98DD53
Black with #98DD53
Text Example
Text Example
White with #98DD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DD53; }
p { color: rgb(152,221,83); }
H1.HeaderClassName
{
color: #98DD53;
}
.AnyTagClassName
{
color: #98DD53;
}
</style>
background-color css
<style>
a { background-color: #98DD53; }
a { background-color: rgb(152,221,83); }
div.DivClassName
{
background-color: #98DD53;
}
.BgClassName
{
background-color: #98DD53;
}
</style>
border-color css
<style>
span { border-color: #98DD53; }
span { border-color: rgb(152,221,83); }
td.TdClassName
{
border-color: #98DD53;
}
.TagClassName
{
border-color: #98DD53;
}
</style>