Shades of Conifer #98DD58
Tints of Conifer #98DD58
RGB
CMYK
RGB Variations
Color information
#98DD58 (or 0x98DD58) is known color: Conifer. HEX triplet: 98, DD and 58. RGB value is (152,221,88). Sum of RGB (Red+Green+Blue) = 152+221+88=461 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.97% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 88 (34.77% from 255 or 19.09% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #98DD58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DD58 is #6722A7. Grayscale: #B9B9B9. Windows color (decimal): -6759080 or 5823896. OLE color: 5823896.
HSL color Cylindrical-coordinate representation of color #98DD58: hue angle of 91.13º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #98DD58 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 221 | 88 | - |
| CMYK | 0.31 | 0 | 0.60 | 0.13 |
| HSL | 91.13º | 0.66% | 0.61% | - |
| HSV(B) | 91.13º | 0.6% | 0.87% | - |
| XYZ | 40.57 | 59.09 | 18.5 | - |
| YUV | 185.21 | 73.14 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 221 | 88 | 0.31 | 0 | 0.60 | 0.13 | 91.13 | 0.66 | 0.61 |
| Hex | 98 | DD | 58 | 1F | 0 | 3C | D | 5B | 42 | 3D |
| Octal | 230 | 335 | 130 | 37 | 0 | 74 | 15 | 133 | 102 | 75 |
| Binary | 10011000 | 11011101 | 1011000 | 11111 | 0 | 111100 | 1101 | 1011011 | 1000010 | 111101 |
Color Harmonies of #98DD58
Complementary color
Monochromatic Colors of #98DD58
Black with #98DD58
Text Example
Text Example
White with #98DD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DD58; }
p { color: rgb(152,221,88); }
H1.HeaderClassName
{
color: #98DD58;
}
.AnyTagClassName
{
color: #98DD58;
}
</style>
background-color css
<style>
a { background-color: #98DD58; }
a { background-color: rgb(152,221,88); }
div.DivClassName
{
background-color: #98DD58;
}
.BgClassName
{
background-color: #98DD58;
}
</style>
border-color css
<style>
span { border-color: #98DD58; }
span { border-color: rgb(152,221,88); }
td.TdClassName
{
border-color: #98DD58;
}
.TagClassName
{
border-color: #98DD58;
}
</style>