#61EA8B

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

Shades of Pastel Green #61EA8B

Tints of Pastel Green #61EA8B

Color information

#61EA8B (or 0x61EA8B) is unknown color: approx Pastel Green. HEX triplet: 61, EA and 8B. RGB value is (97,234,139). Sum of RGB (Red+Green+Blue) = 97+234+139=470 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.64% from 470); Green value is 234 (91.80% from 255 or 49.79% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 234 - color contains mainly: green. Hex color #61EA8B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61EA8B is #9E1574. Grayscale: #B6B6B6. Windows color (decimal): -10360181 or 9169505. OLE color: 9169505.

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

Color convert

RGB97234139-
CMYK0.5900.410.08
HSL138.39º76.54%64.9%-
HSV(B)138.39º58.55%91.76%-
XYZ39.0163.2534.58-
YUV182.21103.6167.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.64%
GREEN value IS 234 (91.80% from 255) = 49.79%
BLUE value IS 139 (54.69% from 255) = 29.57%
R=20.64%
G=49.79%
B=29.57%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal972341390.5900.410.08138.3976.5464.9
Hex61EA8B3B02988a4d41
Octal1413522137305110212115101
Binary11000011110101010001011111011010100110001000101010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61EA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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