Shades of Conifer #97E655
Tints of Conifer #97E655
RGB
CMYK
RGB Variations
Color information
#97E655 (or 0x97E655) is known color: Conifer. HEX triplet: 97, E6 and 55. RGB value is (151,230,85). Sum of RGB (Red+Green+Blue) = 151+230+85=466 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.40% from 466); Green value is 230 (90.23% from 255 or 49.36% from 466); Blue value is 85 (33.59% from 255 or 18.24% from 466); Max value from RGB is 230 - color contains mainly: green. Hex color #97E655 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97E655 is #6819AA. Grayscale: #BEBEBE. Windows color (decimal): -6822315 or 5629591. OLE color: 5629591.
HSL color Cylindrical-coordinate representation of color #97E655: hue angle of 92.69º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #97E655 is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 151 | 230 | 85 | - |
| CMYK | 0.34 | 0 | 0.63 | 0.10 |
| HSL | 92.69º | 0.74% | 0.62% | - |
| HSV(B) | 92.69º | 0.63% | 0.9% | - |
| XYZ | 42.7 | 63.83 | 18.66 | - |
| YUV | 189.85 | 68.83 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 230 | 85 | 0.34 | 0 | 0.63 | 0.10 | 92.69 | 0.74 | 0.62 |
| Hex | 97 | E6 | 55 | 22 | 0 | 3F | A | 5D | 4A | 3E |
| Octal | 227 | 346 | 125 | 42 | 0 | 77 | 12 | 135 | 112 | 76 |
| Binary | 10010111 | 11100110 | 1010101 | 100010 | 0 | 111111 | 1010 | 1011101 | 1001010 | 111110 |
Color Harmonies of #97E655
Complementary color
Monochromatic Colors of #97E655
Black with #97E655
Text Example
Text Example
White with #97E655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E655; }
p { color: rgb(151,230,85); }
H1.HeaderClassName
{
color: #97E655;
}
.AnyTagClassName
{
color: #97E655;
}
</style>
background-color css
<style>
a { background-color: #97E655; }
a { background-color: rgb(151,230,85); }
div.DivClassName
{
background-color: #97E655;
}
.BgClassName
{
background-color: #97E655;
}
</style>
border-color css
<style>
span { border-color: #97E655; }
span { border-color: rgb(151,230,85); }
td.TdClassName
{
border-color: #97E655;
}
.TagClassName
{
border-color: #97E655;
}
</style>