Shades of Conifer #97E953
Tints of Conifer #97E953
RGB
CMYK
RGB Variations
Color information
#97E953 (or 0x97E953) is known color: Conifer. HEX triplet: 97, E9 and 53. RGB value is (151,233,83). Sum of RGB (Red+Green+Blue) = 151+233+83=467 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.33% from 467); Green value is 233 (91.41% from 255 or 49.89% from 467); Blue value is 83 (32.81% from 255 or 17.77% from 467); Max value from RGB is 233 - color contains mainly: green. Hex color #97E953 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97E953 is #6816AC. Grayscale: #BFBFBF. Windows color (decimal): -6821549 or 5499287. OLE color: 5499287.
HSL color Cylindrical-coordinate representation of color #97E953: hue angle of 92.8º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #97E953 is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 151 | 233 | 83 | - |
| CMYK | 0.35 | 0 | 0.64 | 0.09 |
| HSL | 92.8º | 0.77% | 0.62% | - |
| HSV(B) | 92.8º | 0.64% | 0.91% | - |
| XYZ | 43.46 | 65.48 | 18.53 | - |
| YUV | 191.38 | 66.83 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 233 | 83 | 0.35 | 0 | 0.64 | 0.09 | 92.8 | 0.77 | 0.62 |
| Hex | 97 | E9 | 53 | 23 | 0 | 40 | 9 | 5D | 4D | 3E |
| Octal | 227 | 351 | 123 | 43 | 0 | 100 | 11 | 135 | 115 | 76 |
| Binary | 10010111 | 11101001 | 1010011 | 100011 | 0 | 1000000 | 1001 | 1011101 | 1001101 | 111110 |
Color Harmonies of #97E953
Complementary color
Monochromatic Colors of #97E953
Black with #97E953
Text Example
Text Example
White with #97E953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E953; }
p { color: rgb(151,233,83); }
H1.HeaderClassName
{
color: #97E953;
}
.AnyTagClassName
{
color: #97E953;
}
</style>
background-color css
<style>
a { background-color: #97E953; }
a { background-color: rgb(151,233,83); }
div.DivClassName
{
background-color: #97E953;
}
.BgClassName
{
background-color: #97E953;
}
</style>
border-color css
<style>
span { border-color: #97E953; }
span { border-color: rgb(151,233,83); }
td.TdClassName
{
border-color: #97E953;
}
.TagClassName
{
border-color: #97E953;
}
</style>