Shades of Pastel Green #85E267
Tints of Pastel Green #85E267
RGB
CMYK
RGB Variations
Color information
#85E267 (or 0x85E267) is known color: Pastel Green. HEX triplet: 85, E2 and 67. RGB value is (133,226,103). Sum of RGB (Red+Green+Blue) = 133+226+103=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 226 (88.67% from 255 or 48.92% from 462); Blue value is 103 (40.62% from 255 or 22.29% from 462); Max value from RGB is 226 - color contains mainly: green. Hex color #85E267 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E267 is #7A1D98. Grayscale: #B8B8B8. Windows color (decimal): -8002969 or 6808197. OLE color: 6808197.
HSL color Cylindrical-coordinate representation of color #85E267: hue angle of 105.37º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85E267 is Cyan = 0.41, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 226 | 103 | - |
| CMYK | 0.41 | 0 | 0.54 | 0.11 |
| HSL | 105.37º | 0.68% | 0.65% | - |
| HSV(B) | 105.37º | 0.54% | 0.89% | - |
| XYZ | 39.32 | 60.36 | 22.41 | - |
| YUV | 184.17 | 82.19 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 226 | 103 | 0.41 | 0 | 0.54 | 0.11 | 105.37 | 0.68 | 0.65 |
| Hex | 85 | E2 | 67 | 29 | 0 | 36 | B | 69 | 44 | 41 |
| Octal | 205 | 342 | 147 | 51 | 0 | 66 | 13 | 151 | 104 | 101 |
| Binary | 10000101 | 11100010 | 1100111 | 101001 | 0 | 110110 | 1011 | 1101001 | 1000100 | 1000001 |
Color Harmonies of #85E267
Complementary color
Monochromatic Colors of #85E267
Black with #85E267
Text Example
Text Example
White with #85E267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E267; }
p { color: rgb(133,226,103); }
H1.HeaderClassName
{
color: #85E267;
}
.AnyTagClassName
{
color: #85E267;
}
</style>
background-color css
<style>
a { background-color: #85E267; }
a { background-color: rgb(133,226,103); }
div.DivClassName
{
background-color: #85E267;
}
.BgClassName
{
background-color: #85E267;
}
</style>
border-color css
<style>
span { border-color: #85E267; }
span { border-color: rgb(133,226,103); }
td.TdClassName
{
border-color: #85E267;
}
.TagClassName
{
border-color: #85E267;
}
</style>