Shades of Summer Green #85C297
Tints of Summer Green #85C297
RGB
CMYK
RGB Variations
Color information
#85C297 (or 0x85C297) is known color: Summer Green. HEX triplet: 85, C2 and 97. RGB value is (133,194,151). Sum of RGB (Red+Green+Blue) = 133+194+151=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 151 (59.38% from 255 or 31.59% from 478); Max value from RGB is 194 - color contains mainly: green. Hex color #85C297 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C297 is #7A3D68. Grayscale: #AAAAAA. Windows color (decimal): -8011113 or 9945733. OLE color: 9945733.
HSL color Cylindrical-coordinate representation of color #85C297: hue angle of 137.7º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85C297 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 194 | 151 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.24 |
| HSL | 137.7º | 0.33% | 0.64% | - |
| HSV(B) | 137.7º | 0.31% | 0.76% | - |
| XYZ | 34.55 | 45.8 | 36.3 | - |
| YUV | 170.86 | 116.79 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 194 | 151 | 0.31 | 0 | 0.22 | 0.24 | 137.7 | 0.33 | 0.64 |
| Hex | 85 | C2 | 97 | 1F | 0 | 16 | 18 | 8A | 21 | 40 |
| Octal | 205 | 302 | 227 | 37 | 0 | 26 | 30 | 212 | 41 | 100 |
| Binary | 10000101 | 11000010 | 10010111 | 11111 | 0 | 10110 | 11000 | 10001010 | 100001 | 1000000 |
Color Harmonies of #85C297
Complementary color
Monochromatic Colors of #85C297
Black with #85C297
Text Example
Text Example
White with #85C297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C297; }
p { color: rgb(133,194,151); }
H1.HeaderClassName
{
color: #85C297;
}
.AnyTagClassName
{
color: #85C297;
}
</style>
background-color css
<style>
a { background-color: #85C297; }
a { background-color: rgb(133,194,151); }
div.DivClassName
{
background-color: #85C297;
}
.BgClassName
{
background-color: #85C297;
}
</style>
border-color css
<style>
span { border-color: #85C297; }
span { border-color: rgb(133,194,151); }
td.TdClassName
{
border-color: #85C297;
}
.TagClassName
{
border-color: #85C297;
}
</style>