#85ED83

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

Shades of Light Green #85ED83

Tints of Light Green #85ED83

Color information

#85ED83 (or 0x85ED83) is unknown color: approx Light Green. HEX triplet: 85, ED and 83. RGB value is (133,237,131). Sum of RGB (Red+Green+Blue) = 133+237+131=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 237 (92.97% from 255 or 47.31% from 501); Blue value is 131 (51.56% from 255 or 26.15% from 501); Max value from RGB is 237 - color contains mainly: green. Hex color #85ED83 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85ED83 is #7A127C. Grayscale: #C2C2C2. Windows color (decimal): -8000125 or 8646021. OLE color: 8646021.

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

Color convert

RGB133237131-
CMYK0.4400.450.07
HSL118.87º74.65%72.16%-
HSV(B)118.87º44.73%92.94%-
XYZ44.0567.1932.12-
YUV193.8292.5484.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.55%
GREEN value IS 237 (92.97% from 255) = 47.31%
BLUE value IS 131 (51.56% from 255) = 26.15%
R=26.55%
G=47.31%
B=26.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1332371310.4400.450.07118.8774.6572.16
Hex85ED832C02D7774b48
Octal205355203540557167113110
Binary1000010111101101100000111011000101101111111011110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ED83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,237,131); }

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

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

 a { background-color: rgb(133,237,131); }

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

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

 span { border-color: rgb(133,237,131); }

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