Shades of Conifer #9FEF56
Tints of Conifer #9FEF56
RGB
CMYK
RGB Variations
Color information
#9FEF56 (or 0x9FEF56) is known color: Conifer. HEX triplet: 9F, EF and 56. RGB value is (159,239,86). Sum of RGB (Red+Green+Blue) = 159+239+86=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 239 (93.75% from 255 or 49.38% from 484); Blue value is 86 (33.98% from 255 or 17.77% from 484); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEF56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FEF56 is #6010A9. Grayscale: #C6C6C6. Windows color (decimal): -6295722 or 5697439. OLE color: 5697439.
HSL color Cylindrical-coordinate representation of color #9FEF56: hue angle of 91.37º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9FEF56 is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 239 | 86 | - |
| CMYK | 0.33 | 0 | 0.64 | 0.06 |
| HSL | 91.37º | 0.83% | 0.64% | - |
| HSV(B) | 91.37º | 0.64% | 0.94% | - |
| XYZ | 46.84 | 69.78 | 19.8 | - |
| YUV | 197.64 | 65 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 239 | 86 | 0.33 | 0 | 0.64 | 0.06 | 91.37 | 0.83 | 0.64 |
| Hex | 9F | EF | 56 | 21 | 0 | 40 | 6 | 5B | 53 | 40 |
| Octal | 237 | 357 | 126 | 41 | 0 | 100 | 6 | 133 | 123 | 100 |
| Binary | 10011111 | 11101111 | 1010110 | 100001 | 0 | 1000000 | 110 | 1011011 | 1010011 | 1000000 |
Color Harmonies of #9FEF56
Complementary color
Monochromatic Colors of #9FEF56
Black with #9FEF56
Text Example
Text Example
White with #9FEF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEF56; }
p { color: rgb(159,239,86); }
H1.HeaderClassName
{
color: #9FEF56;
}
.AnyTagClassName
{
color: #9FEF56;
}
</style>
background-color css
<style>
a { background-color: #9FEF56; }
a { background-color: rgb(159,239,86); }
div.DivClassName
{
background-color: #9FEF56;
}
.BgClassName
{
background-color: #9FEF56;
}
</style>
border-color css
<style>
span { border-color: #9FEF56; }
span { border-color: rgb(159,239,86); }
td.TdClassName
{
border-color: #9FEF56;
}
.TagClassName
{
border-color: #9FEF56;
}
</style>