#61ED80

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

Shades of Pastel Green #61ED80

Tints of Pastel Green #61ED80

Color information

#61ED80 (or 0x61ED80) is unknown color: approx Pastel Green. HEX triplet: 61, ED and 80. RGB value is (97,237,128). Sum of RGB (Red+Green+Blue) = 97+237+128=462 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.00% from 462); Green value is 237 (92.97% from 255 or 51.30% from 462); Blue value is 128 (50.39% from 255 or 27.71% from 462); Max value from RGB is 237 - color contains mainly: green. Hex color #61ED80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61ED80 is #9E127F. Grayscale: #B7B7B7. Windows color (decimal): -10359424 or 8449377. OLE color: 8449377.

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

Color convert

RGB97237128-
CMYK0.5900.460.07
HSL133.29º79.55%65.49%-
HSV(B)133.29º59.07%92.94%-
XYZ39.1164.6730.84-
YUV182.7197.1266.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.00%
GREEN value IS 237 (92.97% from 255) = 51.30%
BLUE value IS 128 (50.39% from 255) = 27.71%
R=21.00%
G=51.30%
B=27.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal972371280.5900.460.07133.2979.5565.49
Hex61ED803B02E7855041
Octal141355200730567205120101
Binary1100001111011011000000011101101011101111000010110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61ED80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61ED80; }

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

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

<style>
 a { background-color: #61ED80; }

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

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

<style>
 span { border-color: #61ED80; }

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

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