Shades of Conifer #9FEC5D
Tints of Conifer #9FEC5D
RGB
CMYK
RGB Variations
Color information
#9FEC5D (or 0x9FEC5D) is known color: Conifer. HEX triplet: 9F, EC and 5D. RGB value is (159,236,93). Sum of RGB (Red+Green+Blue) = 159+236+93=488 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.58% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 93 (36.72% from 255 or 19.06% from 488); Max value from RGB is 236 - color contains mainly: green. Hex color #9FEC5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FEC5D is #6013A2. Grayscale: #C5C5C5. Windows color (decimal): -6296483 or 6155423. OLE color: 6155423.
HSL color Cylindrical-coordinate representation of color #9FEC5D: hue angle of 92.31º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9FEC5D is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 236 | 93 | - |
| CMYK | 0.33 | 0 | 0.61 | 0.07 |
| HSL | 92.31º | 0.79% | 0.65% | - |
| HSV(B) | 92.31º | 0.61% | 0.93% | - |
| XYZ | 46.27 | 68.15 | 21.07 | - |
| YUV | 196.68 | 69.49 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 236 | 93 | 0.33 | 0 | 0.61 | 0.07 | 92.31 | 0.79 | 0.65 |
| Hex | 9F | EC | 5D | 21 | 0 | 3D | 7 | 5C | 4F | 41 |
| Octal | 237 | 354 | 135 | 41 | 0 | 75 | 7 | 134 | 117 | 101 |
| Binary | 10011111 | 11101100 | 1011101 | 100001 | 0 | 111101 | 111 | 1011100 | 1001111 | 1000001 |
Color Harmonies of #9FEC5D
Complementary color
Monochromatic Colors of #9FEC5D
Black with #9FEC5D
Text Example
Text Example
White with #9FEC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEC5D; }
p { color: rgb(159,236,93); }
H1.HeaderClassName
{
color: #9FEC5D;
}
.AnyTagClassName
{
color: #9FEC5D;
}
</style>
background-color css
<style>
a { background-color: #9FEC5D; }
a { background-color: rgb(159,236,93); }
div.DivClassName
{
background-color: #9FEC5D;
}
.BgClassName
{
background-color: #9FEC5D;
}
</style>
border-color css
<style>
span { border-color: #9FEC5D; }
span { border-color: rgb(159,236,93); }
td.TdClassName
{
border-color: #9FEC5D;
}
.TagClassName
{
border-color: #9FEC5D;
}
</style>