Shades of Conifer #97E552
Tints of Conifer #97E552
RGB
CMYK
RGB Variations
Color information
#97E552 (or 0x97E552) is known color: Conifer. HEX triplet: 97, E5 and 52. RGB value is (151,229,82). Sum of RGB (Red+Green+Blue) = 151+229+82=462 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.68% from 462); Green value is 229 (89.84% from 255 or 49.57% from 462); Blue value is 82 (32.42% from 255 or 17.75% from 462); Max value from RGB is 229 - color contains mainly: green. Hex color #97E552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97E552 is #681AAD. Grayscale: #BDBDBD. Windows color (decimal): -6822574 or 5432727. OLE color: 5432727.
HSL color Cylindrical-coordinate representation of color #97E552: hue angle of 91.84º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #97E552 is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 151 | 229 | 82 | - |
| CMYK | 0.34 | 0 | 0.64 | 0.10 |
| HSL | 91.84º | 0.74% | 0.61% | - |
| HSV(B) | 91.84º | 0.64% | 0.9% | - |
| XYZ | 42.3 | 63.23 | 17.96 | - |
| YUV | 188.92 | 67.66 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 229 | 82 | 0.34 | 0 | 0.64 | 0.10 | 91.84 | 0.74 | 0.61 |
| Hex | 97 | E5 | 52 | 22 | 0 | 40 | A | 5C | 4A | 3D |
| Octal | 227 | 345 | 122 | 42 | 0 | 100 | 12 | 134 | 112 | 75 |
| Binary | 10010111 | 11100101 | 1010010 | 100010 | 0 | 1000000 | 1010 | 1011100 | 1001010 | 111101 |
Color Harmonies of #97E552
Complementary color
Monochromatic Colors of #97E552
Black with #97E552
Text Example
Text Example
White with #97E552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E552; }
p { color: rgb(151,229,82); }
H1.HeaderClassName
{
color: #97E552;
}
.AnyTagClassName
{
color: #97E552;
}
</style>
background-color css
<style>
a { background-color: #97E552; }
a { background-color: rgb(151,229,82); }
div.DivClassName
{
background-color: #97E552;
}
.BgClassName
{
background-color: #97E552;
}
</style>
border-color css
<style>
span { border-color: #97E552; }
span { border-color: rgb(151,229,82); }
td.TdClassName
{
border-color: #97E552;
}
.TagClassName
{
border-color: #97E552;
}
</style>