Shades of Conifer #9DF357
Tints of Conifer #9DF357
RGB
CMYK
RGB Variations
Color information
#9DF357 (or 0x9DF357) is known color: Conifer. HEX triplet: 9D, F3 and 57. RGB value is (157,243,87). Sum of RGB (Red+Green+Blue) = 157+243+87=487 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.24% from 487); Green value is 243 (95.31% from 255 or 49.90% from 487); Blue value is 87 (34.38% from 255 or 17.86% from 487); Max value from RGB is 243 - color contains mainly: green. Hex color #9DF357 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF357 is #620CA8. Grayscale: #C8C8C8. Windows color (decimal): -6425769 or 5763997. OLE color: 5763997.
HSL color Cylindrical-coordinate representation of color #9DF357: hue angle of 93.08º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9DF357 is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 243 | 87 | - |
| CMYK | 0.35 | 0 | 0.64 | 0.05 |
| HSL | 93.08º | 0.87% | 0.65% | - |
| HSV(B) | 93.08º | 0.64% | 0.95% | - |
| XYZ | 47.68 | 71.96 | 20.39 | - |
| YUV | 199.5 | 64.51 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 243 | 87 | 0.35 | 0 | 0.64 | 0.05 | 93.08 | 0.87 | 0.65 |
| Hex | 9D | F3 | 57 | 23 | 0 | 40 | 5 | 5D | 57 | 41 |
| Octal | 235 | 363 | 127 | 43 | 0 | 100 | 5 | 135 | 127 | 101 |
| Binary | 10011101 | 11110011 | 1010111 | 100011 | 0 | 1000000 | 101 | 1011101 | 1010111 | 1000001 |
Color Harmonies of #9DF357
Complementary color
Monochromatic Colors of #9DF357
Black with #9DF357
Text Example
Text Example
White with #9DF357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF357; }
p { color: rgb(157,243,87); }
H1.HeaderClassName
{
color: #9DF357;
}
.AnyTagClassName
{
color: #9DF357;
}
</style>
background-color css
<style>
a { background-color: #9DF357; }
a { background-color: rgb(157,243,87); }
div.DivClassName
{
background-color: #9DF357;
}
.BgClassName
{
background-color: #9DF357;
}
</style>
border-color css
<style>
span { border-color: #9DF357; }
span { border-color: rgb(157,243,87); }
td.TdClassName
{
border-color: #9DF357;
}
.TagClassName
{
border-color: #9DF357;
}
</style>