#85EF8A

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

Shades of Light Green #85EF8A

Tints of Light Green #85EF8A

Color information

#85EF8A (or 0x85EF8A) is unknown color: approx Light Green. HEX triplet: 85, EF and 8A. RGB value is (133,239,138). Sum of RGB (Red+Green+Blue) = 133+239+138=510 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.08% from 510); Green value is 239 (93.75% from 255 or 46.86% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 239 - color contains mainly: green. Hex color #85EF8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EF8A is #7A1075. Grayscale: #C4C4C4. Windows color (decimal): -7999606 or 9105285. OLE color: 9105285.

HSL color Cylindrical-coordinate representation of color #85EF8A: hue angle of 122.83º 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 #85EF8A is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB133239138-
CMYK0.4400.420.06
HSL122.83º76.81%72.94%-
HSV(B)122.83º44.35%93.73%-
XYZ45.1368.5534.9-
YUV195.7995.3883.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.08%
GREEN value IS 239 (93.75% from 255) = 46.86%
BLUE value IS 138 (54.30% from 255) = 27.06%
R=26.08%
G=46.86%
B=27.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1332391380.4400.420.06122.8376.8172.94
Hex85EF8A2C02A67b4d49
Octal205357212540526173115111
Binary1000010111101111100010101011000101010110111101110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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