#85EFA0

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

Shades of Light Green #85EFA0

Tints of Light Green #85EFA0

Color information

#85EFA0 (or 0x85EFA0) is unknown color: approx Light Green. HEX triplet: 85, EF and A0. RGB value is (133,239,160). Sum of RGB (Red+Green+Blue) = 133+239+160=532 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25% from 532); Green value is 239 (93.75% from 255 or 44.92% from 532); Blue value is 160 (62.89% from 255 or 30.08% from 532); Max value from RGB is 239 - color contains mainly: green. Hex color #85EFA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EFA0 is #7A105F. Grayscale: #C6C6C6. Windows color (decimal): -7999584 or 10547077. OLE color: 10547077.

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

Color convert

RGB133239160-
CMYK0.4400.330.06
HSL135.28º76.81%72.94%-
HSV(B)135.28º44.35%93.73%-
XYZ46.8869.2644.15-
YUV198.3106.3881.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25%
GREEN value IS 239 (93.75% from 255) = 44.92%
BLUE value IS 160 (62.89% from 255) = 30.08%
R=25%
G=44.92%
B=30.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1332391600.4400.330.06135.2876.8172.94
Hex85EFA02C0216874d49
Octal205357240540416207115111
Binary10000101111011111010000010110001000011101000011110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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