Shades of Conifer #97D558
Tints of Conifer #97D558
RGB
CMYK
RGB Variations
Color information
#97D558 (or 0x97D558) is known color: Conifer. HEX triplet: 97, D5 and 58. RGB value is (151,213,88). Sum of RGB (Red+Green+Blue) = 151+213+88=452 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.41% from 452); Green value is 213 (83.59% from 255 or 47.12% from 452); Blue value is 88 (34.77% from 255 or 19.47% from 452); Max value from RGB is 213 - color contains mainly: green. Hex color #97D558 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D558 is #682AA7. Grayscale: #B4B4B4. Windows color (decimal): -6826664 or 5821847. OLE color: 5821847.
HSL color Cylindrical-coordinate representation of color #97D558: hue angle of 89.76º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #97D558 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 151 | 213 | 88 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.16 |
| HSL | 89.76º | 0.6% | 0.59% | - |
| HSV(B) | 89.76º | 0.59% | 0.84% | - |
| XYZ | 38.32 | 54.87 | 17.8 | - |
| YUV | 180.21 | 75.96 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 213 | 88 | 0.29 | 0 | 0.59 | 0.16 | 89.76 | 0.6 | 0.59 |
| Hex | 97 | D5 | 58 | 1D | 0 | 3B | 10 | 5A | 3C | 3B |
| Octal | 227 | 325 | 130 | 35 | 0 | 73 | 20 | 132 | 74 | 73 |
| Binary | 10010111 | 11010101 | 1011000 | 11101 | 0 | 111011 | 10000 | 1011010 | 111100 | 111011 |
Color Harmonies of #97D558
Complementary color
Monochromatic Colors of #97D558
Black with #97D558
Text Example
Text Example
White with #97D558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D558; }
p { color: rgb(151,213,88); }
H1.HeaderClassName
{
color: #97D558;
}
.AnyTagClassName
{
color: #97D558;
}
</style>
background-color css
<style>
a { background-color: #97D558; }
a { background-color: rgb(151,213,88); }
div.DivClassName
{
background-color: #97D558;
}
.BgClassName
{
background-color: #97D558;
}
</style>
border-color css
<style>
span { border-color: #97D558; }
span { border-color: rgb(151,213,88); }
td.TdClassName
{
border-color: #97D558;
}
.TagClassName
{
border-color: #97D558;
}
</style>