Shades of Conifer #9DF558
Tints of Conifer #9DF558
RGB
CMYK
RGB Variations
Color information
#9DF558 (or 0x9DF558) is known color: Conifer. HEX triplet: 9D, F5 and 58. RGB value is (157,245,88). Sum of RGB (Red+Green+Blue) = 157+245+88=490 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.04% from 490); Green value is 245 (96.09% from 255 or 50% from 490); Blue value is 88 (34.77% from 255 or 17.96% from 490); Max value from RGB is 245 - color contains mainly: green. Hex color #9DF558 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF558 is #620AA7. Grayscale: #C9C9C9. Windows color (decimal): -6425256 or 5830045. OLE color: 5830045.
HSL color Cylindrical-coordinate representation of color #9DF558: hue angle of 93.63º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9DF558 is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 157 | 245 | 88 | - |
| CMYK | 0.36 | 0 | 0.64 | 0.04 |
| HSL | 93.63º | 0.89% | 0.65% | - |
| HSV(B) | 93.63º | 0.64% | 0.96% | - |
| XYZ | 48.32 | 73.18 | 20.81 | - |
| YUV | 200.79 | 64.35 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 245 | 88 | 0.36 | 0 | 0.64 | 0.04 | 93.63 | 0.89 | 0.65 |
| Hex | 9D | F5 | 58 | 24 | 0 | 40 | 4 | 5E | 59 | 41 |
| Octal | 235 | 365 | 130 | 44 | 0 | 100 | 4 | 136 | 131 | 101 |
| Binary | 10011101 | 11110101 | 1011000 | 100100 | 0 | 1000000 | 100 | 1011110 | 1011001 | 1000001 |
Color Harmonies of #9DF558
Complementary color
Monochromatic Colors of #9DF558
Black with #9DF558
Text Example
Text Example
White with #9DF558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF558; }
p { color: rgb(157,245,88); }
H1.HeaderClassName
{
color: #9DF558;
}
.AnyTagClassName
{
color: #9DF558;
}
</style>
background-color css
<style>
a { background-color: #9DF558; }
a { background-color: rgb(157,245,88); }
div.DivClassName
{
background-color: #9DF558;
}
.BgClassName
{
background-color: #9DF558;
}
</style>
border-color css
<style>
span { border-color: #9DF558; }
span { border-color: rgb(157,245,88); }
td.TdClassName
{
border-color: #9DF558;
}
.TagClassName
{
border-color: #9DF558;
}
</style>