Shades of Pale Green #85FC9A
Tints of Pale Green #85FC9A
RGB
CMYK
RGB Variations
Color information
#85FC9A (or 0x85FC9A) is known color: Pale Green. HEX triplet: 85, FC and 9A. RGB value is (133,252,154). Sum of RGB (Red+Green+Blue) = 133+252+154=539 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.68% from 539); Green value is 252 (98.83% from 255 or 46.75% from 539); Blue value is 154 (60.55% from 255 or 28.57% from 539); Max value from RGB is 252 - color contains mainly: green. Hex color #85FC9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FC9A is #7A0365. Grayscale: #CDCDCD. Windows color (decimal): -7996262 or 10157189. OLE color: 10157189.
HSL color Cylindrical-coordinate representation of color #85FC9A: hue angle of 130.59º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85FC9A is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 252 | 154 | - |
| CMYK | 0.47 | 0 | 0.39 | 0.01 |
| HSL | 130.59º | 0.95% | 0.75% | - |
| HSV(B) | 130.59º | 0.47% | 0.99% | - |
| XYZ | 50.32 | 76.94 | 42.77 | - |
| YUV | 205.25 | 99.08 | 76.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 252 | 154 | 0.47 | 0 | 0.39 | 0.01 | 130.59 | 0.95 | 0.75 |
| Hex | 85 | FC | 9A | 2F | 0 | 27 | 1 | 83 | 5F | 4B |
| Octal | 205 | 374 | 232 | 57 | 0 | 47 | 1 | 203 | 137 | 113 |
| Binary | 10000101 | 11111100 | 10011010 | 101111 | 0 | 100111 | 1 | 10000011 | 1011111 | 1001011 |
Color Harmonies of #85FC9A
Complementary color
Monochromatic Colors of #85FC9A
Black with #85FC9A
Text Example
Text Example
White with #85FC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FC9A; }
p { color: rgb(133,252,154); }
H1.HeaderClassName
{
color: #85FC9A;
}
.AnyTagClassName
{
color: #85FC9A;
}
</style>
background-color css
<style>
a { background-color: #85FC9A; }
a { background-color: rgb(133,252,154); }
div.DivClassName
{
background-color: #85FC9A;
}
.BgClassName
{
background-color: #85FC9A;
}
</style>
border-color css
<style>
span { border-color: #85FC9A; }
span { border-color: rgb(133,252,154); }
td.TdClassName
{
border-color: #85FC9A;
}
.TagClassName
{
border-color: #85FC9A;
}
</style>