Shades of Conifer #9CF755
Tints of Conifer #9CF755
RGB
CMYK
RGB Variations
Color information
#9CF755 (or 0x9CF755) is known color: Conifer. HEX triplet: 9C, F7 and 55. RGB value is (156,247,85). Sum of RGB (Red+Green+Blue) = 156+247+85=488 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.97% from 488); Green value is 247 (96.88% from 255 or 50.61% from 488); Blue value is 85 (33.59% from 255 or 17.42% from 488); Max value from RGB is 247 - color contains mainly: green. Hex color #9CF755 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF755 is #6308AA. Grayscale: #C9C9C9. Windows color (decimal): -6490283 or 5633948. OLE color: 5633948.
HSL color Cylindrical-coordinate representation of color #9CF755: hue angle of 93.7º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9CF755 is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 156 | 247 | 85 | - |
| CMYK | 0.37 | 0 | 0.66 | 0.03 |
| HSL | 93.7º | 0.91% | 0.65% | - |
| HSV(B) | 93.7º | 0.66% | 0.97% | - |
| XYZ | 48.61 | 74.25 | 20.36 | - |
| YUV | 201.32 | 62.35 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 247 | 85 | 0.37 | 0 | 0.66 | 0.03 | 93.7 | 0.91 | 0.65 |
| Hex | 9C | F7 | 55 | 25 | 0 | 42 | 3 | 5E | 5B | 41 |
| Octal | 234 | 367 | 125 | 45 | 0 | 102 | 3 | 136 | 133 | 101 |
| Binary | 10011100 | 11110111 | 1010101 | 100101 | 0 | 1000010 | 11 | 1011110 | 1011011 | 1000001 |
Color Harmonies of #9CF755
Complementary color
Monochromatic Colors of #9CF755
Black with #9CF755
Text Example
Text Example
White with #9CF755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF755; }
p { color: rgb(156,247,85); }
H1.HeaderClassName
{
color: #9CF755;
}
.AnyTagClassName
{
color: #9CF755;
}
</style>
background-color css
<style>
a { background-color: #9CF755; }
a { background-color: rgb(156,247,85); }
div.DivClassName
{
background-color: #9CF755;
}
.BgClassName
{
background-color: #9CF755;
}
</style>
border-color css
<style>
span { border-color: #9CF755; }
span { border-color: rgb(156,247,85); }
td.TdClassName
{
border-color: #9CF755;
}
.TagClassName
{
border-color: #9CF755;
}
</style>