#61EA7A

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

Shades of Pastel Green #61EA7A

Tints of Pastel Green #61EA7A

Color information

#61EA7A (or 0x61EA7A) is unknown color: approx Pastel Green. HEX triplet: 61, EA and 7A. RGB value is (97,234,122). Sum of RGB (Red+Green+Blue) = 97+234+122=453 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.41% from 453); Green value is 234 (91.80% from 255 or 51.66% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 234 - color contains mainly: green. Hex color #61EA7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61EA7A is #9E1585. Grayscale: #B4B4B4. Windows color (decimal): -10360198 or 8055393. OLE color: 8055393.

HSL color Cylindrical-coordinate representation of color #61EA7A: hue angle of 130.95º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EA7A is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB97234122-
CMYK0.5900.480.08
HSL130.95º76.54%64.9%-
HSV(B)130.95º58.55%91.76%-
XYZ37.8762.7928.54-
YUV180.2795.1168.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.41%
GREEN value IS 234 (91.80% from 255) = 51.66%
BLUE value IS 122 (48.05% from 255) = 26.93%
R=21.41%
G=51.66%
B=26.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal972341220.5900.480.08130.9576.5464.9
Hex61EA7A3B0308834d41
Octal1413521727306010203115101
Binary1100001111010101111010111011011000010001000001110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61EA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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