Shades of Conifer #97E25D
Tints of Conifer #97E25D
RGB
CMYK
RGB Variations
Color information
#97E25D (or 0x97E25D) is known color: Conifer. HEX triplet: 97, E2 and 5D. RGB value is (151,226,93). Sum of RGB (Red+Green+Blue) = 151+226+93=470 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.13% from 470); Green value is 226 (88.67% from 255 or 48.09% from 470); Blue value is 93 (36.72% from 255 or 19.79% from 470); Max value from RGB is 226 - color contains mainly: green. Hex color #97E25D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97E25D is #681DA2. Grayscale: #BCBCBC. Windows color (decimal): -6823331 or 6152855. OLE color: 6152855.
HSL color Cylindrical-coordinate representation of color #97E25D: hue angle of 93.83º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #97E25D is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 151 | 226 | 93 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.11 |
| HSL | 93.83º | 0.7% | 0.63% | - |
| HSV(B) | 93.83º | 0.59% | 0.89% | - |
| XYZ | 41.93 | 61.76 | 20.07 | - |
| YUV | 188.41 | 74.15 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 226 | 93 | 0.33 | 0 | 0.59 | 0.11 | 93.83 | 0.7 | 0.63 |
| Hex | 97 | E2 | 5D | 21 | 0 | 3B | B | 5E | 46 | 3F |
| Octal | 227 | 342 | 135 | 41 | 0 | 73 | 13 | 136 | 106 | 77 |
| Binary | 10010111 | 11100010 | 1011101 | 100001 | 0 | 111011 | 1011 | 1011110 | 1000110 | 111111 |
Color Harmonies of #97E25D
Complementary color
Monochromatic Colors of #97E25D
Black with #97E25D
Text Example
Text Example
White with #97E25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E25D; }
p { color: rgb(151,226,93); }
H1.HeaderClassName
{
color: #97E25D;
}
.AnyTagClassName
{
color: #97E25D;
}
</style>
background-color css
<style>
a { background-color: #97E25D; }
a { background-color: rgb(151,226,93); }
div.DivClassName
{
background-color: #97E25D;
}
.BgClassName
{
background-color: #97E25D;
}
</style>
border-color css
<style>
span { border-color: #97E25D; }
span { border-color: rgb(151,226,93); }
td.TdClassName
{
border-color: #97E25D;
}
.TagClassName
{
border-color: #97E25D;
}
</style>