#61DE5D

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

Shades of Pastel Green #61DE5D

Tints of Pastel Green #61DE5D

Color information

#61DE5D (or 0x61DE5D) is unknown color: approx Pastel Green. HEX triplet: 61, DE and 5D. RGB value is (97,222,93). Sum of RGB (Red+Green+Blue) = 97+222+93=412 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.54% from 412); Green value is 222 (87.11% from 255 or 53.88% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 222 - color contains mainly: green. Hex color #61DE5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61DE5D is #9E21A2. Grayscale: #AAAAAA. Windows color (decimal): -10363299 or 6151777. OLE color: 6151777.

HSL color Cylindrical-coordinate representation of color #61DE5D: hue angle of 118.14º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61DE5D is Cyan = 0.56, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB9722293-
CMYK0.5600.580.13
HSL118.14º66.15%61.76%-
HSV(B)118.14º58.11%87.06%-
XYZ33.0355.5719.34-
YUV169.9284.5975.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.54%
GREEN value IS 222 (87.11% from 255) = 53.88%
BLUE value IS 93 (36.72% from 255) = 22.57%
R=23.54%
G=53.88%
B=22.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal97222930.5600.580.13118.1466.1561.76
Hex61DE5D3803AD76423e
Octal141336135700721516610276
Binary11000011101111010111011110000111010110111101101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,222,93); }

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

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

 a { background-color: rgb(97,222,93); }

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

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

 span { border-color: rgb(97,222,93); }

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