#61DA5E

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

Shades of Pastel Green #61DA5E

Tints of Pastel Green #61DA5E

Color information

#61DA5E (or 0x61DA5E) is unknown color: approx Pastel Green. HEX triplet: 61, DA and 5E. RGB value is (97,218,94). Sum of RGB (Red+Green+Blue) = 97+218+94=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 218 (85.55% from 255 or 53.30% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 218 - color contains mainly: green. Hex color #61DA5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61DA5E is #9E25A1. Grayscale: #A8A8A8. Windows color (decimal): -10364322 or 6216289. OLE color: 6216289.

HSL color Cylindrical-coordinate representation of color #61DA5E: hue angle of 118.55º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61DA5E is Cyan = 0.56, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB9721894-
CMYK0.5600.570.15
HSL118.55º62.63%61.18%-
HSV(B)118.55º56.88%85.49%-
XYZ32.0253.4919.23-
YUV167.6886.4177.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.72%
GREEN value IS 218 (85.55% from 255) = 53.30%
BLUE value IS 94 (37.11% from 255) = 22.98%
R=23.72%
G=53.30%
B=22.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal97218940.5600.570.15118.5562.6361.18
Hex61DA5E38039F773f3d
Octal14133213670071171677775
Binary1100001110110101011110111000011100111111110111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,218,94); }

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

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

 a { background-color: rgb(97,218,94); }

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

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

 span { border-color: rgb(97,218,94); }

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