Shades of Conifer #9DE965
Tints of Conifer #9DE965
RGB
CMYK
RGB Variations
Color information
#9DE965 (or 0x9DE965) is known color: Conifer. HEX triplet: 9D, E9 and 65. RGB value is (157,233,101). Sum of RGB (Red+Green+Blue) = 157+233+101=491 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.98% from 491); Green value is 233 (91.41% from 255 or 47.45% from 491); Blue value is 101 (39.84% from 255 or 20.57% from 491); Max value from RGB is 233 - color contains mainly: green. Hex color #9DE965 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DE965 is #62169A. Grayscale: #C3C3C3. Windows color (decimal): -6428315 or 6678941. OLE color: 6678941.
HSL color Cylindrical-coordinate representation of color #9DE965: hue angle of 94.55º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9DE965 is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 157 | 233 | 101 | - |
| CMYK | 0.33 | 0 | 0.57 | 0.09 |
| HSL | 94.55º | 0.75% | 0.65% | - |
| HSV(B) | 94.55º | 0.57% | 0.91% | - |
| XYZ | 45.39 | 66.39 | 22.73 | - |
| YUV | 195.23 | 74.82 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 233 | 101 | 0.33 | 0 | 0.57 | 0.09 | 94.55 | 0.75 | 0.65 |
| Hex | 9D | E9 | 65 | 21 | 0 | 39 | 9 | 5F | 4B | 41 |
| Octal | 235 | 351 | 145 | 41 | 0 | 71 | 11 | 137 | 113 | 101 |
| Binary | 10011101 | 11101001 | 1100101 | 100001 | 0 | 111001 | 1001 | 1011111 | 1001011 | 1000001 |
Color Harmonies of #9DE965
Complementary color
Monochromatic Colors of #9DE965
Black with #9DE965
Text Example
Text Example
White with #9DE965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE965; }
p { color: rgb(157,233,101); }
H1.HeaderClassName
{
color: #9DE965;
}
.AnyTagClassName
{
color: #9DE965;
}
</style>
background-color css
<style>
a { background-color: #9DE965; }
a { background-color: rgb(157,233,101); }
div.DivClassName
{
background-color: #9DE965;
}
.BgClassName
{
background-color: #9DE965;
}
</style>
border-color css
<style>
span { border-color: #9DE965; }
span { border-color: rgb(157,233,101); }
td.TdClassName
{
border-color: #9DE965;
}
.TagClassName
{
border-color: #9DE965;
}
</style>