#65ed80

Color #65ED80 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #65ED80

Tints of Pastel Green #65ED80

Color information

#65ED80 (or 0x65ED80) is unknown color: approx Pastel Green. HEX triplet: 65, ED and 80. RGB value is (101,237,128). Sum of RGB (Red+Green+Blue) = 101+237+128=466 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.67% from 466); Green value is 237 (92.97% from 255 or 50.86% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 237 - color contains mainly: green. Hex color #65ED80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65ED80 is #9A127F. Grayscale: #B8B8B8. Windows color (decimal): -10097280 or 8449381. OLE color: 8449381.

HSL color Cylindrical-coordinate representation of color #65ED80: hue angle of 131.91º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65ED80 is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB101237128-
CMYK0.5700.460.07
HSL131.91º79.07%66.27%-
HSV(B)131.91º57.38%92.94%-
XYZ39.5564.8930.86-
YUV183.9196.4468.86-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.67%
GREEN value IS 237 (92.97% from 255) = 50.86%
BLUE value IS 128 (50.39% from 255) = 27.47%
R=21.67%
G=50.86%
B=27.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1012371280.5700.460.07131.9179.0766.27
Hex65ED803902E7844f42
Octal145355200710567204117102
Binary1100101111011011000000011100101011101111000010010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65ed80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65ed80; }

 p { color: rgb(101,237,128); }

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

<style>
 a { background-color: #65ed80; }

 a { background-color: rgb(101,237,128); }

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

<style>
 span { border-color: #65ed80; }

 span { border-color: rgb(101,237,128); }

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