#61DE70

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

Shades of Pastel Green #61DE70

Tints of Pastel Green #61DE70

Color information

#61DE70 (or 0x61DE70) is unknown color: approx Pastel Green. HEX triplet: 61, DE and 70. RGB value is (97,222,112). Sum of RGB (Red+Green+Blue) = 97+222+112=431 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.51% from 431); Green value is 222 (87.11% from 255 or 51.51% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 222 - color contains mainly: green. Hex color #61DE70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61DE70 is #9E218F. Grayscale: #ACACAC. Windows color (decimal): -10363280 or 7396961. OLE color: 7396961.

HSL color Cylindrical-coordinate representation of color #61DE70: hue angle of 127.2º 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 #61DE70 is Cyan = 0.56, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB97222112-
CMYK0.5600.500.13
HSL127.2º65.45%62.55%-
HSV(B)127.2º56.31%87.06%-
XYZ33.9855.9524.34-
YUV172.0894.0974.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.51%
GREEN value IS 222 (87.11% from 255) = 51.51%
BLUE value IS 112 (44.14% from 255) = 25.99%
R=22.51%
G=51.51%
B=25.99%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal972221120.5600.500.13127.265.4562.55
Hex61DE7038032D7f413f
Octal141336160700621517710177
Binary11000011101111011100001110000110010110111111111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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