Shades of Light Green #85F87B
Tints of Light Green #85F87B
RGB
CMYK
RGB Variations
Color information
#85F87B (or 0x85F87B) is known color: Light Green. HEX triplet: 85, F8 and 7B. RGB value is (133,248,123). Sum of RGB (Red+Green+Blue) = 133+248+123=504 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.39% from 504); Green value is 248 (97.27% from 255 or 49.21% from 504); Blue value is 123 (48.44% from 255 or 24.40% from 504); Max value from RGB is 248 - color contains mainly: green. Hex color #85F87B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F87B is #7A0784. Grayscale: #C7C7C7. Windows color (decimal): -7997317 or 8124549. OLE color: 8124549.
HSL color Cylindrical-coordinate representation of color #85F87B: hue angle of 115.2º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85F87B is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 133 | 248 | 123 | - |
| CMYK | 0.46 | 0 | 0.50 | 0.03 |
| HSL | 115.2º | 0.9% | 0.73% | - |
| HSV(B) | 115.2º | 0.5% | 0.97% | - |
| XYZ | 46.82 | 73.55 | 30.47 | - |
| YUV | 199.37 | 84.9 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 248 | 123 | 0.46 | 0 | 0.50 | 0.03 | 115.2 | 0.9 | 0.73 |
| Hex | 85 | F8 | 7B | 2E | 0 | 32 | 3 | 73 | 5A | 49 |
| Octal | 205 | 370 | 173 | 56 | 0 | 62 | 3 | 163 | 132 | 111 |
| Binary | 10000101 | 11111000 | 1111011 | 101110 | 0 | 110010 | 11 | 1110011 | 1011010 | 1001001 |
Color Harmonies of #85F87B
Complementary color
Monochromatic Colors of #85F87B
Black with #85F87B
Text Example
Text Example
White with #85F87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F87B; }
p { color: rgb(133,248,123); }
H1.HeaderClassName
{
color: #85F87B;
}
.AnyTagClassName
{
color: #85F87B;
}
</style>
background-color css
<style>
a { background-color: #85F87B; }
a { background-color: rgb(133,248,123); }
div.DivClassName
{
background-color: #85F87B;
}
.BgClassName
{
background-color: #85F87B;
}
</style>
border-color css
<style>
span { border-color: #85F87B; }
span { border-color: rgb(133,248,123); }
td.TdClassName
{
border-color: #85F87B;
}
.TagClassName
{
border-color: #85F87B;
}
</style>