Shades of Pastel Green #85E383
Tints of Pastel Green #85E383
RGB
CMYK
RGB Variations
Color information
#85E383 (or 0x85E383) is known color: Pastel Green. HEX triplet: 85, E3 and 83. RGB value is (133,227,131). Sum of RGB (Red+Green+Blue) = 133+227+131=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 227 (89.06% from 255 or 46.23% from 491); Blue value is 131 (51.56% from 255 or 26.68% from 491); Max value from RGB is 227 - color contains mainly: green. Hex color #85E383 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E383 is #7A1C7C. Grayscale: #BCBCBC. Windows color (decimal): -8002685 or 8643461. OLE color: 8643461.
HSL color Cylindrical-coordinate representation of color #85E383: hue angle of 118.75º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85E383 is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 227 | 131 | - |
| CMYK | 0.41 | 0 | 0.42 | 0.11 |
| HSL | 118.75º | 0.63% | 0.7% | - |
| HSV(B) | 118.75º | 0.42% | 0.89% | - |
| XYZ | 41.24 | 61.56 | 31.18 | - |
| YUV | 187.95 | 95.86 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 227 | 131 | 0.41 | 0 | 0.42 | 0.11 | 118.75 | 0.63 | 0.7 |
| Hex | 85 | E3 | 83 | 29 | 0 | 2A | B | 77 | 3F | 46 |
| Octal | 205 | 343 | 203 | 51 | 0 | 52 | 13 | 167 | 77 | 106 |
| Binary | 10000101 | 11100011 | 10000011 | 101001 | 0 | 101010 | 1011 | 1110111 | 111111 | 1000110 |
Color Harmonies of #85E383
Complementary color
Monochromatic Colors of #85E383
Black with #85E383
Text Example
Text Example
White with #85E383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E383; }
p { color: rgb(133,227,131); }
H1.HeaderClassName
{
color: #85E383;
}
.AnyTagClassName
{
color: #85E383;
}
</style>
background-color css
<style>
a { background-color: #85E383; }
a { background-color: rgb(133,227,131); }
div.DivClassName
{
background-color: #85E383;
}
.BgClassName
{
background-color: #85E383;
}
</style>
border-color css
<style>
span { border-color: #85E383; }
span { border-color: rgb(133,227,131); }
td.TdClassName
{
border-color: #85E383;
}
.TagClassName
{
border-color: #85E383;
}
</style>