#61EB7D

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

Shades of Pastel Green #61EB7D

Tints of Pastel Green #61EB7D

Color information

#61EB7D (or 0x61EB7D) is unknown color: approx Pastel Green. HEX triplet: 61, EB and 7D. RGB value is (97,235,125). Sum of RGB (Red+Green+Blue) = 97+235+125=457 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.23% from 457); Green value is 235 (92.19% from 255 or 51.42% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 235 - color contains mainly: green. Hex color #61EB7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61EB7D is #9E1482. Grayscale: #B5B5B5. Windows color (decimal): -10359939 or 8252257. OLE color: 8252257.

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

Color convert

RGB97235125-
CMYK0.5900.470.08
HSL132.17º77.53%65.1%-
HSV(B)132.17º58.72%92.16%-
XYZ38.3463.4429.63-
YUV181.296.2867.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.23%
GREEN value IS 235 (92.19% from 255) = 51.42%
BLUE value IS 125 (49.22% from 255) = 27.35%
R=21.23%
G=51.42%
B=27.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal972351250.5900.470.08132.1777.5365.1
Hex61EB7D3B02F8844e41
Octal1413531757305710204116101
Binary1100001111010111111101111011010111110001000010010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61EB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,235,125); }

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

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

 a { background-color: rgb(97,235,125); }

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

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

 span { border-color: rgb(97,235,125); }

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