Shades of Conifer #9FFB54
Tints of Conifer #9FFB54
RGB
CMYK
RGB Variations
Color information
#9FFB54 (or 0x9FFB54) is known color: Conifer. HEX triplet: 9F, FB and 54. RGB value is (159,251,84). Sum of RGB (Red+Green+Blue) = 159+251+84=494 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.19% from 494); Green value is 251 (98.44% from 255 or 50.81% from 494); Blue value is 84 (33.20% from 255 or 17.00% from 494); Max value from RGB is 251 - color contains mainly: green. Hex color #9FFB54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FFB54 is #6004AB. Grayscale: #CDCDCD. Windows color (decimal): -6292652 or 5569439. OLE color: 5569439.
HSL color Cylindrical-coordinate representation of color #9FFB54: hue angle of 93.05º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9FFB54 is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 251 | 84 | - |
| CMYK | 0.37 | 0 | 0.67 | 0.02 |
| HSL | 93.05º | 0.95% | 0.66% | - |
| HSV(B) | 93.05º | 0.67% | 0.98% | - |
| XYZ | 50.4 | 77.01 | 20.59 | - |
| YUV | 204.45 | 60.02 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 251 | 84 | 0.37 | 0 | 0.67 | 0.02 | 93.05 | 0.95 | 0.66 |
| Hex | 9F | FB | 54 | 25 | 0 | 43 | 2 | 5D | 5F | 42 |
| Octal | 237 | 373 | 124 | 45 | 0 | 103 | 2 | 135 | 137 | 102 |
| Binary | 10011111 | 11111011 | 1010100 | 100101 | 0 | 1000011 | 10 | 1011101 | 1011111 | 1000010 |
Color Harmonies of #9FFB54
Complementary color
Monochromatic Colors of #9FFB54
Black with #9FFB54
Text Example
Text Example
White with #9FFB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFB54; }
p { color: rgb(159,251,84); }
H1.HeaderClassName
{
color: #9FFB54;
}
.AnyTagClassName
{
color: #9FFB54;
}
</style>
background-color css
<style>
a { background-color: #9FFB54; }
a { background-color: rgb(159,251,84); }
div.DivClassName
{
background-color: #9FFB54;
}
.BgClassName
{
background-color: #9FFB54;
}
</style>
border-color css
<style>
span { border-color: #9FFB54; }
span { border-color: rgb(159,251,84); }
td.TdClassName
{
border-color: #9FFB54;
}
.TagClassName
{
border-color: #9FFB54;
}
</style>