Shades of Pastel Green #85E36C
Tints of Pastel Green #85E36C
RGB
CMYK
RGB Variations
Color information
#85E36C (or 0x85E36C) is known color: Pastel Green. HEX triplet: 85, E3 and 6C. RGB value is (133,227,108). Sum of RGB (Red+Green+Blue) = 133+227+108=468 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.42% from 468); Green value is 227 (89.06% from 255 or 48.50% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 227 - color contains mainly: green. Hex color #85E36C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E36C is #7A1C93. Grayscale: #B9B9B9. Windows color (decimal): -8002708 or 7136133. OLE color: 7136133.
HSL color Cylindrical-coordinate representation of color #85E36C: hue angle of 107.39º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #85E36C is Cyan = 0.41, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 227 | 108 | - |
| CMYK | 0.41 | 0 | 0.52 | 0.11 |
| HSL | 107.4º | 0.68% | 0.66% | - |
| HSV(B) | 107.4º | 0.52% | 0.89% | - |
| XYZ | 39.85 | 61.01 | 23.86 | - |
| YUV | 185.33 | 84.36 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 227 | 108 | 0.41 | 0 | 0.52 | 0.11 | 107.4 | 0.68 | 0.66 |
| Hex | 85 | E3 | 6C | 29 | 0 | 34 | B | 6B | 44 | 42 |
| Octal | 205 | 343 | 154 | 51 | 0 | 64 | 13 | 153 | 104 | 102 |
| Binary | 10000101 | 11100011 | 1101100 | 101001 | 0 | 110100 | 1011 | 1101011 | 1000100 | 1000010 |
Color Harmonies of #85E36C
Complementary color
Monochromatic Colors of #85E36C
Black with #85E36C
Text Example
Text Example
White with #85E36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E36C; }
p { color: rgb(133,227,108); }
H1.HeaderClassName
{
color: #85E36C;
}
.AnyTagClassName
{
color: #85E36C;
}
</style>
background-color css
<style>
a { background-color: #85E36C; }
a { background-color: rgb(133,227,108); }
div.DivClassName
{
background-color: #85E36C;
}
.BgClassName
{
background-color: #85E36C;
}
</style>
border-color css
<style>
span { border-color: #85E36C; }
span { border-color: rgb(133,227,108); }
td.TdClassName
{
border-color: #85E36C;
}
.TagClassName
{
border-color: #85E36C;
}
</style>