Shades of Conifer #9CFF5D
Tints of Conifer #9CFF5D
RGB
CMYK
RGB Variations
Color information
#9CFF5D (or 0x9CFF5D) is known color: Conifer. HEX triplet: 9C, FF and 5D. RGB value is (156,255,93). Sum of RGB (Red+Green+Blue) = 156+255+93=504 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.95% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 93 (36.72% from 255 or 18.45% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFF5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CFF5D is #6300A2. Grayscale: #CFCFCF. Windows color (decimal): -6488227 or 6160284. OLE color: 6160284.
HSL color Cylindrical-coordinate representation of color #9CFF5D: hue angle of 96.67º 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 #9CFF5D is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 255 | 93 | - |
| CMYK | 0.39 | 0 | 0.64 | 0 |
| HSL | 96.67º | 1% | 0.68% | - |
| HSV(B) | 96.67º | 0.64% | 1% | - |
| XYZ | 51.45 | 79.38 | 22.97 | - |
| YUV | 206.93 | 63.7 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 255 | 93 | 0.39 | 0 | 0.64 | 0 | 96.67 | 1 | 0.68 |
| Hex | 9C | FF | 5D | 27 | 0 | 40 | 0 | 61 | 64 | 44 |
| Octal | 234 | 377 | 135 | 47 | 0 | 100 | 0 | 141 | 144 | 104 |
| Binary | 10011100 | 11111111 | 1011101 | 100111 | 0 | 1000000 | 0 | 1100001 | 1100100 | 1000100 |
Color Harmonies of #9CFF5D
Complementary color
Monochromatic Colors of #9CFF5D
Black with #9CFF5D
Text Example
Text Example
White with #9CFF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFF5D; }
p { color: rgb(156,255,93); }
H1.HeaderClassName
{
color: #9CFF5D;
}
.AnyTagClassName
{
color: #9CFF5D;
}
</style>
background-color css
<style>
a { background-color: #9CFF5D; }
a { background-color: rgb(156,255,93); }
div.DivClassName
{
background-color: #9CFF5D;
}
.BgClassName
{
background-color: #9CFF5D;
}
</style>
border-color css
<style>
span { border-color: #9CFF5D; }
span { border-color: rgb(156,255,93); }
td.TdClassName
{
border-color: #9CFF5D;
}
.TagClassName
{
border-color: #9CFF5D;
}
</style>