Shades of Conifer #9DFF5E
Tints of Conifer #9DFF5E
RGB
CMYK
RGB Variations
Color information
#9DFF5E (or 0x9DFF5E) is known color: Conifer. HEX triplet: 9D, FF and 5E. RGB value is (157,255,94). Sum of RGB (Red+Green+Blue) = 157+255+94=506 (67% of max value = 765). Red value is 157 (61.72% from 255 or 31.03% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 94 (37.11% from 255 or 18.58% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFF5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DFF5E is #6200A1. Grayscale: #CFCFCF. Windows color (decimal): -6422690 or 6225821. OLE color: 6225821.
HSL color Cylindrical-coordinate representation of color #9DFF5E: hue angle of 96.52º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9DFF5E is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 255 | 94 | - |
| CMYK | 0.38 | 0 | 0.63 | 0 |
| HSL | 96.52º | 1% | 0.68% | - |
| HSV(B) | 96.52º | 0.63% | 1% | - |
| XYZ | 51.69 | 79.5 | 23.21 | - |
| YUV | 207.34 | 64.03 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 255 | 94 | 0.38 | 0 | 0.63 | 0 | 96.52 | 1 | 0.68 |
| Hex | 9D | FF | 5E | 26 | 0 | 3F | 0 | 61 | 64 | 44 |
| Octal | 235 | 377 | 136 | 46 | 0 | 77 | 0 | 141 | 144 | 104 |
| Binary | 10011101 | 11111111 | 1011110 | 100110 | 0 | 111111 | 0 | 1100001 | 1100100 | 1000100 |
Color Harmonies of #9DFF5E
Complementary color
Monochromatic Colors of #9DFF5E
Black with #9DFF5E
Text Example
Text Example
White with #9DFF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFF5E; }
p { color: rgb(157,255,94); }
H1.HeaderClassName
{
color: #9DFF5E;
}
.AnyTagClassName
{
color: #9DFF5E;
}
</style>
background-color css
<style>
a { background-color: #9DFF5E; }
a { background-color: rgb(157,255,94); }
div.DivClassName
{
background-color: #9DFF5E;
}
.BgClassName
{
background-color: #9DFF5E;
}
</style>
border-color css
<style>
span { border-color: #9DFF5E; }
span { border-color: rgb(157,255,94); }
td.TdClassName
{
border-color: #9DFF5E;
}
.TagClassName
{
border-color: #9DFF5E;
}
</style>