Shades of Conifer #9FDA58
Tints of Conifer #9FDA58
RGB
CMYK
RGB Variations
Color information
#9FDA58 (or 0x9FDA58) is known color: Conifer. HEX triplet: 9F, DA and 58. RGB value is (159,218,88). Sum of RGB (Red+Green+Blue) = 159+218+88=465 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.19% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 88 (34.77% from 255 or 18.92% from 465); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDA58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDA58 is #6025A7. Grayscale: #BABABA. Windows color (decimal): -6301096 or 5823135. OLE color: 5823135.
HSL color Cylindrical-coordinate representation of color #9FDA58: hue angle of 87.23º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9FDA58 is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 218 | 88 | - |
| CMYK | 0.27 | 0 | 0.60 | 0.15 |
| HSL | 87.23º | 0.64% | 0.6% | - |
| HSV(B) | 87.23º | 0.6% | 0.85% | - |
| XYZ | 41.13 | 58.22 | 18.3 | - |
| YUV | 185.54 | 72.95 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 218 | 88 | 0.27 | 0 | 0.60 | 0.15 | 87.23 | 0.64 | 0.6 |
| Hex | 9F | DA | 58 | 1B | 0 | 3C | F | 57 | 40 | 3C |
| Octal | 237 | 332 | 130 | 33 | 0 | 74 | 17 | 127 | 100 | 74 |
| Binary | 10011111 | 11011010 | 1011000 | 11011 | 0 | 111100 | 1111 | 1010111 | 1000000 | 111100 |
Color Harmonies of #9FDA58
Complementary color
Monochromatic Colors of #9FDA58
Black with #9FDA58
Text Example
Text Example
White with #9FDA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDA58; }
p { color: rgb(159,218,88); }
H1.HeaderClassName
{
color: #9FDA58;
}
.AnyTagClassName
{
color: #9FDA58;
}
</style>
background-color css
<style>
a { background-color: #9FDA58; }
a { background-color: rgb(159,218,88); }
div.DivClassName
{
background-color: #9FDA58;
}
.BgClassName
{
background-color: #9FDA58;
}
</style>
border-color css
<style>
span { border-color: #9FDA58; }
span { border-color: rgb(159,218,88); }
td.TdClassName
{
border-color: #9FDA58;
}
.TagClassName
{
border-color: #9FDA58;
}
</style>