Shades of Conifer #9DFF59
Tints of Conifer #9DFF59
RGB
CMYK
RGB Variations
Color information
#9DFF59 (or 0x9DFF59) is known color: Conifer. HEX triplet: 9D, FF and 59. RGB value is (157,255,89). Sum of RGB (Red+Green+Blue) = 157+255+89=501 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.34% from 501); Green value is 255 (100% from 255 or 50.90% from 501); Blue value is 89 (35.16% from 255 or 17.76% from 501); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFF59 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DFF59 is #6200A6. Grayscale: #CFCFCF. Windows color (decimal): -6422695 or 5898141. OLE color: 5898141.
HSL color Cylindrical-coordinate representation of color #9DFF59: hue angle of 95.42º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9DFF59 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 255 | 89 | - |
| CMYK | 0.38 | 0 | 0.65 | 0 |
| HSL | 95.42º | 1% | 0.67% | - |
| HSV(B) | 95.42º | 0.65% | 1% | - |
| XYZ | 51.47 | 79.41 | 22.07 | - |
| YUV | 206.77 | 61.53 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 255 | 89 | 0.38 | 0 | 0.65 | 0 | 95.42 | 1 | 0.67 |
| Hex | 9D | FF | 59 | 26 | 0 | 41 | 0 | 5F | 64 | 43 |
| Octal | 235 | 377 | 131 | 46 | 0 | 101 | 0 | 137 | 144 | 103 |
| Binary | 10011101 | 11111111 | 1011001 | 100110 | 0 | 1000001 | 0 | 1011111 | 1100100 | 1000011 |
Color Harmonies of #9DFF59
Complementary color
Monochromatic Colors of #9DFF59
Black with #9DFF59
Text Example
Text Example
White with #9DFF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFF59; }
p { color: rgb(157,255,89); }
H1.HeaderClassName
{
color: #9DFF59;
}
.AnyTagClassName
{
color: #9DFF59;
}
</style>
background-color css
<style>
a { background-color: #9DFF59; }
a { background-color: rgb(157,255,89); }
div.DivClassName
{
background-color: #9DFF59;
}
.BgClassName
{
background-color: #9DFF59;
}
</style>
border-color css
<style>
span { border-color: #9DFF59; }
span { border-color: rgb(157,255,89); }
td.TdClassName
{
border-color: #9DFF59;
}
.TagClassName
{
border-color: #9DFF59;
}
</style>