Shades of Light Green #85FD7B
Tints of Light Green #85FD7B
RGB
CMYK
RGB Variations
Color information
#85FD7B (or 0x85FD7B) is known color: Light Green. HEX triplet: 85, FD and 7B. RGB value is (133,253,123). Sum of RGB (Red+Green+Blue) = 133+253+123=509 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.13% from 509); Green value is 253 (99.22% from 255 or 49.71% from 509); Blue value is 123 (48.44% from 255 or 24.17% from 509); Max value from RGB is 253 - color contains mainly: green. Hex color #85FD7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FD7B is #7A0284. Grayscale: #CACACA. Windows color (decimal): -7996037 or 8125829. OLE color: 8125829.
HSL color Cylindrical-coordinate representation of color #85FD7B: hue angle of 115.38º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #85FD7B is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 253 | 123 | - |
| CMYK | 0.47 | 0 | 0.51 | 0.01 |
| HSL | 115.38º | 0.97% | 0.74% | - |
| HSV(B) | 115.38º | 0.51% | 0.99% | - |
| XYZ | 48.37 | 76.67 | 30.99 | - |
| YUV | 202.3 | 83.24 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 253 | 123 | 0.47 | 0 | 0.51 | 0.01 | 115.38 | 0.97 | 0.74 |
| Hex | 85 | FD | 7B | 2F | 0 | 33 | 1 | 73 | 61 | 4A |
| Octal | 205 | 375 | 173 | 57 | 0 | 63 | 1 | 163 | 141 | 112 |
| Binary | 10000101 | 11111101 | 1111011 | 101111 | 0 | 110011 | 1 | 1110011 | 1100001 | 1001010 |
Color Harmonies of #85FD7B
Complementary color
Monochromatic Colors of #85FD7B
Black with #85FD7B
Text Example
Text Example
White with #85FD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FD7B; }
p { color: rgb(133,253,123); }
H1.HeaderClassName
{
color: #85FD7B;
}
.AnyTagClassName
{
color: #85FD7B;
}
</style>
background-color css
<style>
a { background-color: #85FD7B; }
a { background-color: rgb(133,253,123); }
div.DivClassName
{
background-color: #85FD7B;
}
.BgClassName
{
background-color: #85FD7B;
}
</style>
border-color css
<style>
span { border-color: #85FD7B; }
span { border-color: rgb(133,253,123); }
td.TdClassName
{
border-color: #85FD7B;
}
.TagClassName
{
border-color: #85FD7B;
}
</style>