Shades of Summer Green #85CE9B
Tints of Summer Green #85CE9B
RGB
CMYK
RGB Variations
Color information
#85CE9B (or 0x85CE9B) is known color: Summer Green. HEX triplet: 85, CE and 9B. RGB value is (133,206,155). Sum of RGB (Red+Green+Blue) = 133+206+155=494 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.92% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 206 - color contains mainly: green. Hex color #85CE9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CE9B is #7A3164. Grayscale: #B2B2B2. Windows color (decimal): -8008037 or 10210949. OLE color: 10210949.
HSL color Cylindrical-coordinate representation of color #85CE9B: hue angle of 138.08º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CE9B is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 206 | 155 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.19 |
| HSL | 138.08º | 0.43% | 0.66% | - |
| HSV(B) | 138.08º | 0.35% | 0.81% | - |
| XYZ | 37.66 | 51.5 | 38.97 | - |
| YUV | 178.36 | 114.82 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 206 | 155 | 0.35 | 0 | 0.25 | 0.19 | 138.08 | 0.43 | 0.66 |
| Hex | 85 | CE | 9B | 23 | 0 | 19 | 13 | 8A | 2B | 42 |
| Octal | 205 | 316 | 233 | 43 | 0 | 31 | 23 | 212 | 53 | 102 |
| Binary | 10000101 | 11001110 | 10011011 | 100011 | 0 | 11001 | 10011 | 10001010 | 101011 | 1000010 |
Color Harmonies of #85CE9B
Complementary color
Monochromatic Colors of #85CE9B
Black with #85CE9B
Text Example
Text Example
White with #85CE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CE9B; }
p { color: rgb(133,206,155); }
H1.HeaderClassName
{
color: #85CE9B;
}
.AnyTagClassName
{
color: #85CE9B;
}
</style>
background-color css
<style>
a { background-color: #85CE9B; }
a { background-color: rgb(133,206,155); }
div.DivClassName
{
background-color: #85CE9B;
}
.BgClassName
{
background-color: #85CE9B;
}
</style>
border-color css
<style>
span { border-color: #85CE9B; }
span { border-color: rgb(133,206,155); }
td.TdClassName
{
border-color: #85CE9B;
}
.TagClassName
{
border-color: #85CE9B;
}
</style>