#85ef80

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

Shades of Light Green #85EF80

Tints of Light Green #85EF80

Color information

#85EF80 (or 0x85EF80) is unknown color: approx Light Green. HEX triplet: 85, EF and 80. RGB value is (133,239,128). Sum of RGB (Red+Green+Blue) = 133+239+128=500 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.6% from 500); Green value is 239 (93.75% from 255 or 47.8% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 239 - color contains mainly: green. Hex color #85EF80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EF80 is #7A107F. Grayscale: #C2C2C2. Windows color (decimal): -7999616 or 8449925. OLE color: 8449925.

HSL color Cylindrical-coordinate representation of color #85EF80: hue angle of 117.3º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85EF80 is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB133239128-
CMYK0.4400.460.06
HSL117.3º77.62%71.96%-
HSV(B)117.3º46.44%93.73%-
XYZ44.4468.2831.26-
YUV194.6590.3884.03-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.6%
GREEN value IS 239 (93.75% from 255) = 47.8%
BLUE value IS 128 (50.39% from 255) = 25.6%
R=26.6%
G=47.8%
B=25.6%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1332391280.4400.460.06117.377.6271.96
Hex85EF802C02E6754e48
Octal205357200540566165116110
Binary1000010111101111100000001011000101110110111010110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ef80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,239,128); }

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

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

 a { background-color: rgb(133,239,128); }

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

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

 span { border-color: rgb(133,239,128); }

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