#61EA76

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

Shades of Pastel Green #61EA76

Tints of Pastel Green #61EA76

Color information

#61EA76 (or 0x61EA76) is unknown color: approx Pastel Green. HEX triplet: 61, EA and 76. RGB value is (97,234,118). Sum of RGB (Red+Green+Blue) = 97+234+118=449 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.60% from 449); Green value is 234 (91.80% from 255 or 52.12% from 449); Blue value is 118 (46.48% from 255 or 26.28% from 449); Max value from RGB is 234 - color contains mainly: green. Hex color #61EA76 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61EA76 is #9E1589. Grayscale: #B4B4B4. Windows color (decimal): -10360202 or 7793249. OLE color: 7793249.

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

Color convert

RGB97234118-
CMYK0.5900.500.08
HSL129.2º76.54%64.9%-
HSV(B)129.2º58.55%91.76%-
XYZ37.6262.727.26-
YUV179.8193.1168.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.60%
GREEN value IS 234 (91.80% from 255) = 52.12%
BLUE value IS 118 (46.48% from 255) = 26.28%
R=21.60%
G=52.12%
B=26.28%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal972341180.5900.500.08129.276.5464.9
Hex61EA763B0328814d41
Octal1413521667306210201115101
Binary1100001111010101110110111011011001010001000000110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61EA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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