#85EC8A

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

Shades of Light Green #85EC8A

Tints of Light Green #85EC8A

Color information

#85EC8A (or 0x85EC8A) is unknown color: approx Light Green. HEX triplet: 85, EC and 8A. RGB value is (133,236,138). Sum of RGB (Red+Green+Blue) = 133+236+138=507 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.23% from 507); Green value is 236 (92.58% from 255 or 46.55% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 236 - color contains mainly: green. Hex color #85EC8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EC8A is #7A1375. Grayscale: #C2C2C2. Windows color (decimal): -8000374 or 9104517. OLE color: 9104517.

HSL color Cylindrical-coordinate representation of color #85EC8A: hue angle of 122.91º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85EC8A is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB133236138-
CMYK0.4400.420.07
HSL122.91º73.05%72.35%-
HSV(B)122.91º43.64%92.55%-
XYZ44.2666.8134.61-
YUV194.0396.3884.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.23%
GREEN value IS 236 (92.58% from 255) = 46.55%
BLUE value IS 138 (54.30% from 255) = 27.22%
R=26.23%
G=46.55%
B=27.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1332361380.4400.420.07122.9173.0572.35
Hex85EC8A2C02A77b4948
Octal205354212540527173111110
Binary1000010111101100100010101011000101010111111101110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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