Shades of Conifer #9DF863
Tints of Conifer #9DF863
RGB
CMYK
RGB Variations
Color information
#9DF863 (or 0x9DF863) is known color: Conifer. HEX triplet: 9D, F8 and 63. RGB value is (157,248,99). Sum of RGB (Red+Green+Blue) = 157+248+99=504 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.15% from 504); Green value is 248 (97.27% from 255 or 49.21% from 504); Blue value is 99 (39.06% from 255 or 19.64% from 504); Max value from RGB is 248 - color contains mainly: green. Hex color #9DF863 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF863 is #62079C. Grayscale: #CCCCCC. Windows color (decimal): -6424477 or 6551709. OLE color: 6551709.
HSL color Cylindrical-coordinate representation of color #9DF863: hue angle of 96.64º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9DF863 is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 157 | 248 | 99 | - |
| CMYK | 0.37 | 0 | 0.60 | 0.03 |
| HSL | 96.64º | 0.91% | 0.68% | - |
| HSV(B) | 96.64º | 0.6% | 0.97% | - |
| XYZ | 49.72 | 75.2 | 23.7 | - |
| YUV | 203.81 | 68.85 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 248 | 99 | 0.37 | 0 | 0.60 | 0.03 | 96.64 | 0.91 | 0.68 |
| Hex | 9D | F8 | 63 | 25 | 0 | 3C | 3 | 61 | 5B | 44 |
| Octal | 235 | 370 | 143 | 45 | 0 | 74 | 3 | 141 | 133 | 104 |
| Binary | 10011101 | 11111000 | 1100011 | 100101 | 0 | 111100 | 11 | 1100001 | 1011011 | 1000100 |
Color Harmonies of #9DF863
Complementary color
Monochromatic Colors of #9DF863
Black with #9DF863
Text Example
Text Example
White with #9DF863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF863; }
p { color: rgb(157,248,99); }
H1.HeaderClassName
{
color: #9DF863;
}
.AnyTagClassName
{
color: #9DF863;
}
</style>
background-color css
<style>
a { background-color: #9DF863; }
a { background-color: rgb(157,248,99); }
div.DivClassName
{
background-color: #9DF863;
}
.BgClassName
{
background-color: #9DF863;
}
</style>
border-color css
<style>
span { border-color: #9DF863; }
span { border-color: rgb(157,248,99); }
td.TdClassName
{
border-color: #9DF863;
}
.TagClassName
{
border-color: #9DF863;
}
</style>