Shades of Conifer #9CFB5F
Tints of Conifer #9CFB5F
RGB
CMYK
RGB Variations
Color information
#9CFB5F (or 0x9CFB5F) is known color: Conifer. HEX triplet: 9C, FB and 5F. RGB value is (156,251,95). Sum of RGB (Red+Green+Blue) = 156+251+95=502 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.08% from 502); Green value is 251 (98.44% from 255 or 50% from 502); Blue value is 95 (37.5% from 255 or 18.92% from 502); Max value from RGB is 251 - color contains mainly: green. Hex color #9CFB5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CFB5F is #6304A0. Grayscale: #CDCDCD. Windows color (decimal): -6489249 or 6290332. OLE color: 6290332.
HSL color Cylindrical-coordinate representation of color #9CFB5F: hue angle of 96.54º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9CFB5F is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 251 | 95 | - |
| CMYK | 0.38 | 0 | 0.62 | 0.02 |
| HSL | 96.54º | 0.95% | 0.68% | - |
| HSV(B) | 96.54º | 0.62% | 0.98% | - |
| XYZ | 50.27 | 76.89 | 23.02 | - |
| YUV | 204.81 | 66.03 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 251 | 95 | 0.38 | 0 | 0.62 | 0.02 | 96.54 | 0.95 | 0.68 |
| Hex | 9C | FB | 5F | 26 | 0 | 3E | 2 | 61 | 5F | 44 |
| Octal | 234 | 373 | 137 | 46 | 0 | 76 | 2 | 141 | 137 | 104 |
| Binary | 10011100 | 11111011 | 1011111 | 100110 | 0 | 111110 | 10 | 1100001 | 1011111 | 1000100 |
Color Harmonies of #9CFB5F
Complementary color
Monochromatic Colors of #9CFB5F
Black with #9CFB5F
Text Example
Text Example
White with #9CFB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFB5F; }
p { color: rgb(156,251,95); }
H1.HeaderClassName
{
color: #9CFB5F;
}
.AnyTagClassName
{
color: #9CFB5F;
}
</style>
background-color css
<style>
a { background-color: #9CFB5F; }
a { background-color: rgb(156,251,95); }
div.DivClassName
{
background-color: #9CFB5F;
}
.BgClassName
{
background-color: #9CFB5F;
}
</style>
border-color css
<style>
span { border-color: #9CFB5F; }
span { border-color: rgb(156,251,95); }
td.TdClassName
{
border-color: #9CFB5F;
}
.TagClassName
{
border-color: #9CFB5F;
}
</style>