Shades of Conifer #9CFD56
Tints of Conifer #9CFD56
RGB
CMYK
RGB Variations
Color information
#9CFD56 (or 0x9CFD56) is known color: Conifer. HEX triplet: 9C, FD and 56. RGB value is (156,253,86). Sum of RGB (Red+Green+Blue) = 156+253+86=495 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.52% from 495); Green value is 253 (99.22% from 255 or 51.11% from 495); Blue value is 86 (33.98% from 255 or 17.37% from 495); Max value from RGB is 253 - color contains mainly: green. Hex color #9CFD56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CFD56 is #6302A9. Grayscale: #CDCDCD. Windows color (decimal): -6488746 or 5701020. OLE color: 5701020.
HSL color Cylindrical-coordinate representation of color #9CFD56: hue angle of 94.85º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9CFD56 is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 253 | 86 | - |
| CMYK | 0.38 | 0 | 0.66 | 0.01 |
| HSL | 94.85º | 0.98% | 0.66% | - |
| HSV(B) | 94.85º | 0.66% | 0.99% | - |
| XYZ | 50.52 | 77.99 | 21.2 | - |
| YUV | 204.96 | 60.86 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 253 | 86 | 0.38 | 0 | 0.66 | 0.01 | 94.85 | 0.98 | 0.66 |
| Hex | 9C | FD | 56 | 26 | 0 | 42 | 1 | 5F | 62 | 42 |
| Octal | 234 | 375 | 126 | 46 | 0 | 102 | 1 | 137 | 142 | 102 |
| Binary | 10011100 | 11111101 | 1010110 | 100110 | 0 | 1000010 | 1 | 1011111 | 1100010 | 1000010 |
Color Harmonies of #9CFD56
Complementary color
Monochromatic Colors of #9CFD56
Black with #9CFD56
Text Example
Text Example
White with #9CFD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFD56; }
p { color: rgb(156,253,86); }
H1.HeaderClassName
{
color: #9CFD56;
}
.AnyTagClassName
{
color: #9CFD56;
}
</style>
background-color css
<style>
a { background-color: #9CFD56; }
a { background-color: rgb(156,253,86); }
div.DivClassName
{
background-color: #9CFD56;
}
.BgClassName
{
background-color: #9CFD56;
}
</style>
border-color css
<style>
span { border-color: #9CFD56; }
span { border-color: rgb(156,253,86); }
td.TdClassName
{
border-color: #9CFD56;
}
.TagClassName
{
border-color: #9CFD56;
}
</style>