Shades of Conifer #9CFF5B
Tints of Conifer #9CFF5B
RGB
CMYK
RGB Variations
Color information
#9CFF5B (or 0x9CFF5B) is known color: Conifer. HEX triplet: 9C, FF and 5B. RGB value is (156,255,91). Sum of RGB (Red+Green+Blue) = 156+255+91=502 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.08% from 502); Green value is 255 (100% from 255 or 50.80% from 502); Blue value is 91 (35.94% from 255 or 18.13% from 502); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFF5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CFF5B is #6300A4. Grayscale: #CFCFCF. Windows color (decimal): -6488229 or 6029212. OLE color: 6029212.
HSL color Cylindrical-coordinate representation of color #9CFF5B: hue angle of 96.22º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9CFF5B is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 255 | 91 | - |
| CMYK | 0.39 | 0 | 0.64 | 0 |
| HSL | 96.22º | 1% | 0.68% | - |
| HSV(B) | 96.22º | 0.64% | 1% | - |
| XYZ | 51.36 | 79.34 | 22.51 | - |
| YUV | 206.7 | 62.7 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 255 | 91 | 0.39 | 0 | 0.64 | 0 | 96.22 | 1 | 0.68 |
| Hex | 9C | FF | 5B | 27 | 0 | 40 | 0 | 60 | 64 | 44 |
| Octal | 234 | 377 | 133 | 47 | 0 | 100 | 0 | 140 | 144 | 104 |
| Binary | 10011100 | 11111111 | 1011011 | 100111 | 0 | 1000000 | 0 | 1100000 | 1100100 | 1000100 |
Color Harmonies of #9CFF5B
Complementary color
Monochromatic Colors of #9CFF5B
Black with #9CFF5B
Text Example
Text Example
White with #9CFF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFF5B; }
p { color: rgb(156,255,91); }
H1.HeaderClassName
{
color: #9CFF5B;
}
.AnyTagClassName
{
color: #9CFF5B;
}
</style>
background-color css
<style>
a { background-color: #9CFF5B; }
a { background-color: rgb(156,255,91); }
div.DivClassName
{
background-color: #9CFF5B;
}
.BgClassName
{
background-color: #9CFF5B;
}
</style>
border-color css
<style>
span { border-color: #9CFF5B; }
span { border-color: rgb(156,255,91); }
td.TdClassName
{
border-color: #9CFF5B;
}
.TagClassName
{
border-color: #9CFF5B;
}
</style>