Shades of Conifer #9DF359
Tints of Conifer #9DF359
RGB
CMYK
RGB Variations
Color information
#9DF359 (or 0x9DF359) is known color: Conifer. HEX triplet: 9D, F3 and 59. RGB value is (157,243,89). Sum of RGB (Red+Green+Blue) = 157+243+89=489 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.11% from 489); Green value is 243 (95.31% from 255 or 49.69% from 489); Blue value is 89 (35.16% from 255 or 18.20% from 489); Max value from RGB is 243 - color contains mainly: green. Hex color #9DF359 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF359 is #620CA6. Grayscale: #C8C8C8. Windows color (decimal): -6425767 or 5895069. OLE color: 5895069.
HSL color Cylindrical-coordinate representation of color #9DF359: hue angle of 93.51º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9DF359 is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 243 | 89 | - |
| CMYK | 0.35 | 0 | 0.63 | 0.05 |
| HSL | 93.51º | 0.87% | 0.65% | - |
| HSV(B) | 93.51º | 0.63% | 0.95% | - |
| XYZ | 47.76 | 71.99 | 20.83 | - |
| YUV | 199.73 | 65.51 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 243 | 89 | 0.35 | 0 | 0.63 | 0.05 | 93.51 | 0.87 | 0.65 |
| Hex | 9D | F3 | 59 | 23 | 0 | 3F | 5 | 5E | 57 | 41 |
| Octal | 235 | 363 | 131 | 43 | 0 | 77 | 5 | 136 | 127 | 101 |
| Binary | 10011101 | 11110011 | 1011001 | 100011 | 0 | 111111 | 101 | 1011110 | 1010111 | 1000001 |
Color Harmonies of #9DF359
Complementary color
Monochromatic Colors of #9DF359
Black with #9DF359
Text Example
Text Example
White with #9DF359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF359; }
p { color: rgb(157,243,89); }
H1.HeaderClassName
{
color: #9DF359;
}
.AnyTagClassName
{
color: #9DF359;
}
</style>
background-color css
<style>
a { background-color: #9DF359; }
a { background-color: rgb(157,243,89); }
div.DivClassName
{
background-color: #9DF359;
}
.BgClassName
{
background-color: #9DF359;
}
</style>
border-color css
<style>
span { border-color: #9DF359; }
span { border-color: rgb(157,243,89); }
td.TdClassName
{
border-color: #9DF359;
}
.TagClassName
{
border-color: #9DF359;
}
</style>