#61EA8C

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

Shades of Pastel Green #61EA8C

Tints of Pastel Green #61EA8C

Color information

#61EA8C (or 0x61EA8C) is unknown color: approx Pastel Green. HEX triplet: 61, EA and 8C. RGB value is (97,234,140). Sum of RGB (Red+Green+Blue) = 97+234+140=471 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.59% from 471); Green value is 234 (91.80% from 255 or 49.68% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 234 - color contains mainly: green. Hex color #61EA8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61EA8C is #9E1573. Grayscale: #B6B6B6. Windows color (decimal): -10360180 or 9235041. OLE color: 9235041.

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

Color convert

RGB97234140-
CMYK0.5900.400.08
HSL138.83º76.54%64.9%-
HSV(B)138.83º58.55%91.76%-
XYZ39.0963.2834.97-
YUV182.32104.1167.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.59%
GREEN value IS 234 (91.80% from 255) = 49.68%
BLUE value IS 140 (55.08% from 255) = 29.72%
R=20.59%
G=49.68%
B=29.72%

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
Decimal972341400.5900.400.08138.8376.5464.9
Hex61EA8C3B02888b4d41
Octal1413522147305010213115101
Binary11000011110101010001100111011010100010001000101110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61EA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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