Shades of Conifer #9FFC5B
Tints of Conifer #9FFC5B
RGB
CMYK
RGB Variations
Color information
#9FFC5B (or 0x9FFC5B) is known color: Conifer. HEX triplet: 9F, FC and 5B. RGB value is (159,252,91). Sum of RGB (Red+Green+Blue) = 159+252+91=502 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.67% from 502); Green value is 252 (98.83% from 255 or 50.20% from 502); Blue value is 91 (35.94% from 255 or 18.13% from 502); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFC5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FFC5B is #6003A4. Grayscale: #CECECE. Windows color (decimal): -6292389 or 6028447. OLE color: 6028447.
HSL color Cylindrical-coordinate representation of color #9FFC5B: hue angle of 94.66º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9FFC5B is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 252 | 91 | - |
| CMYK | 0.37 | 0 | 0.64 | 0.01 |
| HSL | 94.66º | 0.96% | 0.67% | - |
| HSV(B) | 94.66º | 0.64% | 0.99% | - |
| XYZ | 51 | 77.75 | 22.22 | - |
| YUV | 205.84 | 63.19 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 252 | 91 | 0.37 | 0 | 0.64 | 0.01 | 94.66 | 0.96 | 0.67 |
| Hex | 9F | FC | 5B | 25 | 0 | 40 | 1 | 5F | 60 | 43 |
| Octal | 237 | 374 | 133 | 45 | 0 | 100 | 1 | 137 | 140 | 103 |
| Binary | 10011111 | 11111100 | 1011011 | 100101 | 0 | 1000000 | 1 | 1011111 | 1100000 | 1000011 |
Color Harmonies of #9FFC5B
Complementary color
Monochromatic Colors of #9FFC5B
Black with #9FFC5B
Text Example
Text Example
White with #9FFC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFC5B; }
p { color: rgb(159,252,91); }
H1.HeaderClassName
{
color: #9FFC5B;
}
.AnyTagClassName
{
color: #9FFC5B;
}
</style>
background-color css
<style>
a { background-color: #9FFC5B; }
a { background-color: rgb(159,252,91); }
div.DivClassName
{
background-color: #9FFC5B;
}
.BgClassName
{
background-color: #9FFC5B;
}
</style>
border-color css
<style>
span { border-color: #9FFC5B; }
span { border-color: rgb(159,252,91); }
td.TdClassName
{
border-color: #9FFC5B;
}
.TagClassName
{
border-color: #9FFC5B;
}
</style>