Shades of Conifer #97E560
Tints of Conifer #97E560
RGB
CMYK
RGB Variations
Color information
#97E560 (or 0x97E560) is known color: Conifer. HEX triplet: 97, E5 and 60. RGB value is (151,229,96). Sum of RGB (Red+Green+Blue) = 151+229+96=476 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.72% from 476); Green value is 229 (89.84% from 255 or 48.11% from 476); Blue value is 96 (37.89% from 255 or 20.17% from 476); Max value from RGB is 229 - color contains mainly: green. Hex color #97E560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97E560 is #681A9F. Grayscale: #BEBEBE. Windows color (decimal): -6822560 or 6350231. OLE color: 6350231.
HSL color Cylindrical-coordinate representation of color #97E560: hue angle of 95.19º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #97E560 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 151 | 229 | 96 | - |
| CMYK | 0.34 | 0 | 0.58 | 0.10 |
| HSL | 95.19º | 0.72% | 0.64% | - |
| HSV(B) | 95.19º | 0.58% | 0.9% | - |
| XYZ | 42.89 | 63.46 | 21.06 | - |
| YUV | 190.52 | 74.66 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 229 | 96 | 0.34 | 0 | 0.58 | 0.10 | 95.19 | 0.72 | 0.64 |
| Hex | 97 | E5 | 60 | 22 | 0 | 3A | A | 5F | 48 | 40 |
| Octal | 227 | 345 | 140 | 42 | 0 | 72 | 12 | 137 | 110 | 100 |
| Binary | 10010111 | 11100101 | 1100000 | 100010 | 0 | 111010 | 1010 | 1011111 | 1001000 | 1000000 |
Color Harmonies of #97E560
Complementary color
Monochromatic Colors of #97E560
Black with #97E560
Text Example
Text Example
White with #97E560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E560; }
p { color: rgb(151,229,96); }
H1.HeaderClassName
{
color: #97E560;
}
.AnyTagClassName
{
color: #97E560;
}
</style>
background-color css
<style>
a { background-color: #97E560; }
a { background-color: rgb(151,229,96); }
div.DivClassName
{
background-color: #97E560;
}
.BgClassName
{
background-color: #97E560;
}
</style>
border-color css
<style>
span { border-color: #97E560; }
span { border-color: rgb(151,229,96); }
td.TdClassName
{
border-color: #97E560;
}
.TagClassName
{
border-color: #97E560;
}
</style>