Shades of Conifer #9FFF5B
Tints of Conifer #9FFF5B
RGB
CMYK
RGB Variations
Color information
#9FFF5B (or 0x9FFF5B) is known color: Conifer. HEX triplet: 9F, FF and 5B. RGB value is (159,255,91). Sum of RGB (Red+Green+Blue) = 159+255+91=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 91 (35.94% from 255 or 18.02% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #9FFF5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FFF5B is #6000A4. Grayscale: #D0D0D0. Windows color (decimal): -6291621 or 6029215. OLE color: 6029215.
HSL color Cylindrical-coordinate representation of color #9FFF5B: hue angle of 95.12º 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 #9FFF5B is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 255 | 91 | - |
| CMYK | 0.38 | 0 | 0.64 | 0 |
| HSL | 95.12º | 1% | 0.68% | - |
| HSV(B) | 95.12º | 0.64% | 1% | - |
| XYZ | 51.95 | 79.65 | 22.53 | - |
| YUV | 207.6 | 62.2 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 255 | 91 | 0.38 | 0 | 0.64 | 0 | 95.12 | 1 | 0.68 |
| Hex | 9F | FF | 5B | 26 | 0 | 40 | 0 | 5F | 64 | 44 |
| Octal | 237 | 377 | 133 | 46 | 0 | 100 | 0 | 137 | 144 | 104 |
| Binary | 10011111 | 11111111 | 1011011 | 100110 | 0 | 1000000 | 0 | 1011111 | 1100100 | 1000100 |
Color Harmonies of #9FFF5B
Complementary color
Monochromatic Colors of #9FFF5B
Black with #9FFF5B
Text Example
Text Example
White with #9FFF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFF5B; }
p { color: rgb(159,255,91); }
H1.HeaderClassName
{
color: #9FFF5B;
}
.AnyTagClassName
{
color: #9FFF5B;
}
</style>
background-color css
<style>
a { background-color: #9FFF5B; }
a { background-color: rgb(159,255,91); }
div.DivClassName
{
background-color: #9FFF5B;
}
.BgClassName
{
background-color: #9FFF5B;
}
</style>
border-color css
<style>
span { border-color: #9FFF5B; }
span { border-color: rgb(159,255,91); }
td.TdClassName
{
border-color: #9FFF5B;
}
.TagClassName
{
border-color: #9FFF5B;
}
</style>