#61E67D

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

Shades of Pastel Green #61E67D

Tints of Pastel Green #61E67D

Color information

#61E67D (or 0x61E67D) is unknown color: approx Pastel Green. HEX triplet: 61, E6 and 7D. RGB value is (97,230,125). Sum of RGB (Red+Green+Blue) = 97+230+125=452 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.46% from 452); Green value is 230 (90.23% from 255 or 50.88% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 230 - color contains mainly: green. Hex color #61E67D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61E67D is #9E1982. Grayscale: #B2B2B2. Windows color (decimal): -10361219 or 8250977. OLE color: 8250977.

HSL color Cylindrical-coordinate representation of color #61E67D: hue angle of 132.63º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61E67D is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB97230125-
CMYK0.5800.460.10
HSL132.63º72.68%64.12%-
HSV(B)132.63º57.83%90.2%-
XYZ36.9360.6229.16-
YUV178.2697.9470.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.46%
GREEN value IS 230 (90.23% from 255) = 50.88%
BLUE value IS 125 (49.22% from 255) = 27.65%
R=21.46%
G=50.88%
B=27.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal972301250.5800.460.10132.6372.6864.12
Hex61E67D3A02EA854940
Octal1413461757205612205111100
Binary1100001111001101111101111010010111010101000010110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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