Shades of Conifer #97E355
Tints of Conifer #97E355
RGB
CMYK
RGB Variations
Color information
#97E355 (or 0x97E355) is known color: Conifer. HEX triplet: 97, E3 and 55. RGB value is (151,227,85). Sum of RGB (Red+Green+Blue) = 151+227+85=463 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.61% from 463); Green value is 227 (89.06% from 255 or 49.03% from 463); Blue value is 85 (33.59% from 255 or 18.36% from 463); Max value from RGB is 227 - color contains mainly: green. Hex color #97E355 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97E355 is #681CAA. Grayscale: #BCBCBC. Windows color (decimal): -6823083 or 5628823. OLE color: 5628823.
HSL color Cylindrical-coordinate representation of color #97E355: hue angle of 92.11º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #97E355 is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 151 | 227 | 85 | - |
| CMYK | 0.33 | 0 | 0.63 | 0.11 |
| HSL | 92.11º | 0.72% | 0.61% | - |
| HSV(B) | 92.11º | 0.63% | 0.89% | - |
| XYZ | 41.87 | 62.17 | 18.39 | - |
| YUV | 188.09 | 69.82 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 227 | 85 | 0.33 | 0 | 0.63 | 0.11 | 92.11 | 0.72 | 0.61 |
| Hex | 97 | E3 | 55 | 21 | 0 | 3F | B | 5C | 48 | 3D |
| Octal | 227 | 343 | 125 | 41 | 0 | 77 | 13 | 134 | 110 | 75 |
| Binary | 10010111 | 11100011 | 1010101 | 100001 | 0 | 111111 | 1011 | 1011100 | 1001000 | 111101 |
Color Harmonies of #97E355
Complementary color
Monochromatic Colors of #97E355
Black with #97E355
Text Example
Text Example
White with #97E355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E355; }
p { color: rgb(151,227,85); }
H1.HeaderClassName
{
color: #97E355;
}
.AnyTagClassName
{
color: #97E355;
}
</style>
background-color css
<style>
a { background-color: #97E355; }
a { background-color: rgb(151,227,85); }
div.DivClassName
{
background-color: #97E355;
}
.BgClassName
{
background-color: #97E355;
}
</style>
border-color css
<style>
span { border-color: #97E355; }
span { border-color: rgb(151,227,85); }
td.TdClassName
{
border-color: #97E355;
}
.TagClassName
{
border-color: #97E355;
}
</style>