Shades of Conifer #9DF761
Tints of Conifer #9DF761
RGB
CMYK
RGB Variations
Color information
#9DF761 (or 0x9DF761) is known color: Conifer. HEX triplet: 9D, F7 and 61. RGB value is (157,247,97). Sum of RGB (Red+Green+Blue) = 157+247+97=501 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.34% from 501); Green value is 247 (96.88% from 255 or 49.30% from 501); Blue value is 97 (38.28% from 255 or 19.36% from 501); Max value from RGB is 247 - color contains mainly: green. Hex color #9DF761 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF761 is #62089E. Grayscale: #CBCBCB. Windows color (decimal): -6424735 or 6420381. OLE color: 6420381.
HSL color Cylindrical-coordinate representation of color #9DF761: hue angle of 96º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9DF761 is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 157 | 247 | 97 | - |
| CMYK | 0.36 | 0 | 0.61 | 0.03 |
| HSL | 96º | 0.9% | 0.67% | - |
| HSV(B) | 96º | 0.61% | 0.97% | - |
| XYZ | 49.32 | 74.55 | 23.1 | - |
| YUV | 202.99 | 68.18 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 247 | 97 | 0.36 | 0 | 0.61 | 0.03 | 96 | 0.9 | 0.67 |
| Hex | 9D | F7 | 61 | 24 | 0 | 3D | 3 | 60 | 5A | 43 |
| Octal | 235 | 367 | 141 | 44 | 0 | 75 | 3 | 140 | 132 | 103 |
| Binary | 10011101 | 11110111 | 1100001 | 100100 | 0 | 111101 | 11 | 1100000 | 1011010 | 1000011 |
Color Harmonies of #9DF761
Complementary color
Monochromatic Colors of #9DF761
Black with #9DF761
Text Example
Text Example
White with #9DF761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF761; }
p { color: rgb(157,247,97); }
H1.HeaderClassName
{
color: #9DF761;
}
.AnyTagClassName
{
color: #9DF761;
}
</style>
background-color css
<style>
a { background-color: #9DF761; }
a { background-color: rgb(157,247,97); }
div.DivClassName
{
background-color: #9DF761;
}
.BgClassName
{
background-color: #9DF761;
}
</style>
border-color css
<style>
span { border-color: #9DF761; }
span { border-color: rgb(157,247,97); }
td.TdClassName
{
border-color: #9DF761;
}
.TagClassName
{
border-color: #9DF761;
}
</style>