Shades of Conifer #9CFD59
Tints of Conifer #9CFD59
RGB
CMYK
RGB Variations
Color information
#9CFD59 (or 0x9CFD59) is known color: Conifer. HEX triplet: 9C, FD and 59. RGB value is (156,253,89). Sum of RGB (Red+Green+Blue) = 156+253+89=498 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.33% from 498); Green value is 253 (99.22% from 255 or 50.80% from 498); Blue value is 89 (35.16% from 255 or 17.87% from 498); Max value from RGB is 253 - color contains mainly: green. Hex color #9CFD59 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CFD59 is #6302A6. Grayscale: #CDCDCD. Windows color (decimal): -6488743 or 5897628. OLE color: 5897628.
HSL color Cylindrical-coordinate representation of color #9CFD59: hue angle of 95.49º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9CFD59 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 253 | 89 | - |
| CMYK | 0.38 | 0 | 0.65 | 0.01 |
| HSL | 95.49º | 0.98% | 0.67% | - |
| HSV(B) | 95.49º | 0.65% | 0.99% | - |
| XYZ | 50.64 | 78.04 | 21.85 | - |
| YUV | 205.3 | 62.36 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 253 | 89 | 0.38 | 0 | 0.65 | 0.01 | 95.49 | 0.98 | 0.67 |
| Hex | 9C | FD | 59 | 26 | 0 | 41 | 1 | 5F | 62 | 43 |
| Octal | 234 | 375 | 131 | 46 | 0 | 101 | 1 | 137 | 142 | 103 |
| Binary | 10011100 | 11111101 | 1011001 | 100110 | 0 | 1000001 | 1 | 1011111 | 1100010 | 1000011 |
Color Harmonies of #9CFD59
Complementary color
Monochromatic Colors of #9CFD59
Black with #9CFD59
Text Example
Text Example
White with #9CFD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFD59; }
p { color: rgb(156,253,89); }
H1.HeaderClassName
{
color: #9CFD59;
}
.AnyTagClassName
{
color: #9CFD59;
}
</style>
background-color css
<style>
a { background-color: #9CFD59; }
a { background-color: rgb(156,253,89); }
div.DivClassName
{
background-color: #9CFD59;
}
.BgClassName
{
background-color: #9CFD59;
}
</style>
border-color css
<style>
span { border-color: #9CFD59; }
span { border-color: rgb(156,253,89); }
td.TdClassName
{
border-color: #9CFD59;
}
.TagClassName
{
border-color: #9CFD59;
}
</style>