#85EB81

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

Shades of Light Green #85EB81

Tints of Light Green #85EB81

Color information

#85EB81 (or 0x85EB81) is unknown color: approx Light Green. HEX triplet: 85, EB and 81. RGB value is (133,235,129). Sum of RGB (Red+Green+Blue) = 133+235+129=497 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.76% from 497); Green value is 235 (92.19% from 255 or 47.28% from 497); Blue value is 129 (50.78% from 255 or 25.96% from 497); Max value from RGB is 235 - color contains mainly: green. Hex color #85EB81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EB81 is #7A147E. Grayscale: #C0C0C0. Windows color (decimal): -8000639 or 8514437. OLE color: 8514437.

HSL color Cylindrical-coordinate representation of color #85EB81: hue angle of 117.74º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85EB81 is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB133235129-
CMYK0.4300.450.08
HSL117.74º72.6%71.37%-
HSV(B)117.74º45.11%92.16%-
XYZ43.3465.9931.22-
YUV192.4292.2185.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.76%
GREEN value IS 235 (92.19% from 255) = 47.28%
BLUE value IS 129 (50.78% from 255) = 25.96%
R=26.76%
G=47.28%
B=25.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1332351290.4300.450.08117.7472.671.37
Hex85EB812B02D8764947
Octal2053532015305510166111107
Binary10000101111010111000000110101101011011000111011010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,235,129); }

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

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

 a { background-color: rgb(133,235,129); }

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

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

 span { border-color: rgb(133,235,129); }

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