#61DE76

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

Shades of Pastel Green #61DE76

Tints of Pastel Green #61DE76

Color information

#61DE76 (or 0x61DE76) is unknown color: approx Pastel Green. HEX triplet: 61, DE and 76. RGB value is (97,222,118). Sum of RGB (Red+Green+Blue) = 97+222+118=437 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.20% from 437); Green value is 222 (87.11% from 255 or 50.80% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 222 - color contains mainly: green. Hex color #61DE76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61DE76 is #9E2189. Grayscale: #ADADAD. Windows color (decimal): -10363274 or 7790177. OLE color: 7790177.

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

Color convert

RGB97222118-
CMYK0.5600.470.13
HSL130.08º65.45%62.55%-
HSV(B)130.08º56.31%87.06%-
XYZ34.3256.0926.16-
YUV172.7797.0973.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.20%
GREEN value IS 222 (87.11% from 255) = 50.80%
BLUE value IS 118 (46.48% from 255) = 27.00%
R=22.20%
G=50.80%
B=27.00%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal972221180.5600.470.13130.0865.4562.55
Hex61DE763802FD82413f
Octal141336166700571520210177
Binary110000111011110111011011100001011111101100000101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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