Shades of Pastel Green #85E462
Tints of Pastel Green #85E462
RGB
CMYK
RGB Variations
Color information
#85E462 (or 0x85E462) is known color: Pastel Green. HEX triplet: 85, E4 and 62. RGB value is (133,228,98). Sum of RGB (Red+Green+Blue) = 133+228+98=459 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.98% from 459); Green value is 228 (89.45% from 255 or 49.67% from 459); Blue value is 98 (38.67% from 255 or 21.35% from 459); Max value from RGB is 228 - color contains mainly: green. Hex color #85E462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E462 is #7A1B9D. Grayscale: #B9B9B9. Windows color (decimal): -8002462 or 6481029. OLE color: 6481029.
HSL color Cylindrical-coordinate representation of color #85E462: hue angle of 103.85º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85E462 is Cyan = 0.42, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 228 | 98 | - |
| CMYK | 0.42 | 0 | 0.57 | 0.11 |
| HSL | 103.85º | 0.71% | 0.64% | - |
| HSV(B) | 103.85º | 0.57% | 0.89% | - |
| XYZ | 39.62 | 61.36 | 21.31 | - |
| YUV | 184.78 | 79.03 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 228 | 98 | 0.42 | 0 | 0.57 | 0.11 | 103.85 | 0.71 | 0.64 |
| Hex | 85 | E4 | 62 | 2A | 0 | 39 | B | 68 | 47 | 40 |
| Octal | 205 | 344 | 142 | 52 | 0 | 71 | 13 | 150 | 107 | 100 |
| Binary | 10000101 | 11100100 | 1100010 | 101010 | 0 | 111001 | 1011 | 1101000 | 1000111 | 1000000 |
Color Harmonies of #85E462
Complementary color
Monochromatic Colors of #85E462
Black with #85E462
Text Example
Text Example
White with #85E462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E462; }
p { color: rgb(133,228,98); }
H1.HeaderClassName
{
color: #85E462;
}
.AnyTagClassName
{
color: #85E462;
}
</style>
background-color css
<style>
a { background-color: #85E462; }
a { background-color: rgb(133,228,98); }
div.DivClassName
{
background-color: #85E462;
}
.BgClassName
{
background-color: #85E462;
}
</style>
border-color css
<style>
span { border-color: #85E462; }
span { border-color: rgb(133,228,98); }
td.TdClassName
{
border-color: #85E462;
}
.TagClassName
{
border-color: #85E462;
}
</style>