#61E07A

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

Shades of Pastel Green #61E07A

Tints of Pastel Green #61E07A

Color information

#61E07A (or 0x61E07A) is unknown color: approx Pastel Green. HEX triplet: 61, E0 and 7A. RGB value is (97,224,122). Sum of RGB (Red+Green+Blue) = 97+224+122=443 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.90% from 443); Green value is 224 (87.89% from 255 or 50.56% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 224 - color contains mainly: green. Hex color #61E07A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61E07A is #9E1F85. Grayscale: #AEAEAE. Windows color (decimal): -10362758 or 8052833. OLE color: 8052833.

HSL color Cylindrical-coordinate representation of color #61E07A: hue angle of 131.81º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61E07A is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB97224122-
CMYK0.5700.460.12
HSL131.81º67.2%62.94%-
HSV(B)131.81º56.7%87.84%-
XYZ35.157.2627.61-
YUV174.498.4272.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.90%
GREEN value IS 224 (87.89% from 255) = 50.56%
BLUE value IS 122 (48.05% from 255) = 27.54%
R=21.90%
G=50.56%
B=27.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal972241220.5700.460.12131.8167.262.94
Hex61E07A3902EC84433f
Octal141340172710561420410377
Binary110000111100000111101011100101011101100100001001000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,224,122); }

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

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

 a { background-color: rgb(97,224,122); }

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

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

 span { border-color: rgb(97,224,122); }

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