#85F87E

Color #85F87E Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #85F87E

Tints of Light Green #85F87E

Color information

#85F87E (or 0x85F87E) is unknown color: approx Light Green. HEX triplet: 85, F8 and 7E. RGB value is (133,248,126). Sum of RGB (Red+Green+Blue) = 133+248+126=507 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.23% from 507); Green value is 248 (97.27% from 255 or 48.92% from 507); Blue value is 126 (49.61% from 255 or 24.85% from 507); Max value from RGB is 248 - color contains mainly: green. Hex color #85F87E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F87E is #7A0781. Grayscale: #C8C8C8. Windows color (decimal): -7997314 or 8321157. OLE color: 8321157.

HSL color Cylindrical-coordinate representation of color #85F87E: hue angle of 116.56º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85F87E is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB133248126-
CMYK0.4600.490.03
HSL116.56º89.71%73.33%-
HSV(B)116.56º49.19%97.25%-
XYZ47.0173.6331.47-
YUV199.7186.480.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 26.23%
GREEN value IS 248 (97.27% from 255) = 48.92%
BLUE value IS 126 (49.61% from 255) = 24.85%
R=26.23%
G=48.92%
B=24.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1332481260.4600.490.03116.5689.7173.33
Hex85F87E2E0313755a49
Octal205370176560613165132111
Binary10000101111110001111110101110011000111111010110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F87E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85F87E; }

 p { color: rgb(133,248,126); }

 H1.HeaderClassName
 {
   color: #85F87E;
 }
 .AnyTagClassName
 {
   color: #85F87E;
 }
</style>
background-color css

<style>
 a { background-color: #85F87E; }

 a { background-color: rgb(133,248,126); }

 div.DivClassName
 {
   background-color: #85F87E;
 }
 .BgClassName
 {
   background-color: #85F87E;
 }
</style>
border-color css

<style>
 span { border-color: #85F87E; }

 span { border-color: rgb(133,248,126); }

 td.TdClassName
 {
   border-color: #85F87E;
 }
 .TagClassName
 {
   border-color: #85F87E;
 }
</style>