Shades of Conifer #9CFB5B
Tints of Conifer #9CFB5B
RGB
CMYK
RGB Variations
Color information
#9CFB5B (or 0x9CFB5B) is known color: Conifer. HEX triplet: 9C, FB and 5B. RGB value is (156,251,91). Sum of RGB (Red+Green+Blue) = 156+251+91=498 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.33% from 498); Green value is 251 (98.44% from 255 or 50.40% from 498); Blue value is 91 (35.94% from 255 or 18.27% from 498); Max value from RGB is 251 - color contains mainly: green. Hex color #9CFB5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CFB5B is #6304A4. Grayscale: #CCCCCC. Windows color (decimal): -6489253 or 6028188. OLE color: 6028188.
HSL color Cylindrical-coordinate representation of color #9CFB5B: hue angle of 95.62º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9CFB5B is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 251 | 91 | - |
| CMYK | 0.38 | 0 | 0.64 | 0.02 |
| HSL | 95.63º | 0.95% | 0.67% | - |
| HSV(B) | 95.63º | 0.64% | 0.98% | - |
| XYZ | 50.1 | 76.82 | 22.08 | - |
| YUV | 204.36 | 64.03 | 93.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 251 | 91 | 0.38 | 0 | 0.64 | 0.02 | 95.63 | 0.95 | 0.67 |
| Hex | 9C | FB | 5B | 26 | 0 | 40 | 2 | 60 | 5F | 43 |
| Octal | 234 | 373 | 133 | 46 | 0 | 100 | 2 | 140 | 137 | 103 |
| Binary | 10011100 | 11111011 | 1011011 | 100110 | 0 | 1000000 | 10 | 1100000 | 1011111 | 1000011 |
Color Harmonies of #9CFB5B
Complementary color
Monochromatic Colors of #9CFB5B
Black with #9CFB5B
Text Example
Text Example
White with #9CFB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFB5B; }
p { color: rgb(156,251,91); }
H1.HeaderClassName
{
color: #9CFB5B;
}
.AnyTagClassName
{
color: #9CFB5B;
}
</style>
background-color css
<style>
a { background-color: #9CFB5B; }
a { background-color: rgb(156,251,91); }
div.DivClassName
{
background-color: #9CFB5B;
}
.BgClassName
{
background-color: #9CFB5B;
}
</style>
border-color css
<style>
span { border-color: #9CFB5B; }
span { border-color: rgb(156,251,91); }
td.TdClassName
{
border-color: #9CFB5B;
}
.TagClassName
{
border-color: #9CFB5B;
}
</style>