Shades of Conifer #9FFC55
Tints of Conifer #9FFC55
RGB
CMYK
RGB Variations
Color information
#9FFC55 (or 0x9FFC55) is known color: Conifer. HEX triplet: 9F, FC and 55. RGB value is (159,252,85). Sum of RGB (Red+Green+Blue) = 159+252+85=496 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.06% from 496); Green value is 252 (98.83% from 255 or 50.81% from 496); Blue value is 85 (33.59% from 255 or 17.14% from 496); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFC55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FFC55 is #6003AA. Grayscale: #CDCDCD. Windows color (decimal): -6292395 or 5635231. OLE color: 5635231.
HSL color Cylindrical-coordinate representation of color #9FFC55: hue angle of 93.41º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9FFC55 is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 252 | 85 | - |
| CMYK | 0.37 | 0 | 0.66 | 0.01 |
| HSL | 93.41º | 0.97% | 0.66% | - |
| HSV(B) | 93.41º | 0.66% | 0.99% | - |
| XYZ | 50.75 | 77.65 | 20.91 | - |
| YUV | 205.16 | 60.19 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 252 | 85 | 0.37 | 0 | 0.66 | 0.01 | 93.41 | 0.97 | 0.66 |
| Hex | 9F | FC | 55 | 25 | 0 | 42 | 1 | 5D | 61 | 42 |
| Octal | 237 | 374 | 125 | 45 | 0 | 102 | 1 | 135 | 141 | 102 |
| Binary | 10011111 | 11111100 | 1010101 | 100101 | 0 | 1000010 | 1 | 1011101 | 1100001 | 1000010 |
Color Harmonies of #9FFC55
Complementary color
Monochromatic Colors of #9FFC55
Black with #9FFC55
Text Example
Text Example
White with #9FFC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFC55; }
p { color: rgb(159,252,85); }
H1.HeaderClassName
{
color: #9FFC55;
}
.AnyTagClassName
{
color: #9FFC55;
}
</style>
background-color css
<style>
a { background-color: #9FFC55; }
a { background-color: rgb(159,252,85); }
div.DivClassName
{
background-color: #9FFC55;
}
.BgClassName
{
background-color: #9FFC55;
}
</style>
border-color css
<style>
span { border-color: #9FFC55; }
span { border-color: rgb(159,252,85); }
td.TdClassName
{
border-color: #9FFC55;
}
.TagClassName
{
border-color: #9FFC55;
}
</style>