#61EA8D

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

Shades of Pastel Green #61EA8D

Tints of Pastel Green #61EA8D

Color information

#61EA8D (or 0x61EA8D) is unknown color: approx Pastel Green. HEX triplet: 61, EA and 8D. RGB value is (97,234,141). Sum of RGB (Red+Green+Blue) = 97+234+141=472 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.55% from 472); Green value is 234 (91.80% from 255 or 49.58% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 234 - color contains mainly: green. Hex color #61EA8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61EA8D is #9E1572. Grayscale: #B6B6B6. Windows color (decimal): -10360179 or 9300577. OLE color: 9300577.

HSL color Cylindrical-coordinate representation of color #61EA8D: hue angle of 139.27º 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 #61EA8D is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB97234141-
CMYK0.5900.400.08
HSL139.27º76.54%64.9%-
HSV(B)139.27º58.55%91.76%-
XYZ39.1663.3135.36-
YUV182.44104.6167.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.55%
GREEN value IS 234 (91.80% from 255) = 49.58%
BLUE value IS 141 (55.47% from 255) = 29.87%
R=20.55%
G=49.58%
B=29.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal972341410.5900.400.08139.2776.5464.9
Hex61EA8D3B02888b4d41
Octal1413522157305010213115101
Binary11000011110101010001101111011010100010001000101110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61EA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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