Shades of Pale Green #85F3A8
Tints of Pale Green #85F3A8
RGB
CMYK
RGB Variations
Color information
#85F3A8 (or 0x85F3A8) is known color: Pale Green. HEX triplet: 85, F3 and A8. RGB value is (133,243,168). Sum of RGB (Red+Green+Blue) = 133+243+168=544 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.45% from 544); Green value is 243 (95.31% from 255 or 44.67% from 544); Blue value is 168 (66.02% from 255 or 30.88% from 544); Max value from RGB is 243 - color contains mainly: green. Hex color #85F3A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F3A8 is #7A0C57. Grayscale: #C9C9C9. Windows color (decimal): -7998552 or 11072389. OLE color: 11072389.
HSL color Cylindrical-coordinate representation of color #85F3A8: hue angle of 139.09º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F3A8 is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 243 | 168 | - |
| CMYK | 0.45 | 0 | 0.31 | 0.05 |
| HSL | 139.09º | 0.82% | 0.74% | - |
| HSV(B) | 139.09º | 0.45% | 0.95% | - |
| XYZ | 48.79 | 71.91 | 48.36 | - |
| YUV | 201.56 | 109.06 | 79.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 243 | 168 | 0.45 | 0 | 0.31 | 0.05 | 139.09 | 0.82 | 0.74 |
| Hex | 85 | F3 | A8 | 2D | 0 | 1F | 5 | 8B | 52 | 4A |
| Octal | 205 | 363 | 250 | 55 | 0 | 37 | 5 | 213 | 122 | 112 |
| Binary | 10000101 | 11110011 | 10101000 | 101101 | 0 | 11111 | 101 | 10001011 | 1010010 | 1001010 |
Color Harmonies of #85F3A8
Complementary color
Monochromatic Colors of #85F3A8
Black with #85F3A8
Text Example
Text Example
White with #85F3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F3A8; }
p { color: rgb(133,243,168); }
H1.HeaderClassName
{
color: #85F3A8;
}
.AnyTagClassName
{
color: #85F3A8;
}
</style>
background-color css
<style>
a { background-color: #85F3A8; }
a { background-color: rgb(133,243,168); }
div.DivClassName
{
background-color: #85F3A8;
}
.BgClassName
{
background-color: #85F3A8;
}
</style>
border-color css
<style>
span { border-color: #85F3A8; }
span { border-color: rgb(133,243,168); }
td.TdClassName
{
border-color: #85F3A8;
}
.TagClassName
{
border-color: #85F3A8;
}
</style>