#61E680

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

Shades of Pastel Green #61E680

Tints of Pastel Green #61E680

Color information

#61E680 (or 0x61E680) is unknown color: approx Pastel Green. HEX triplet: 61, E6 and 80. RGB value is (97,230,128). Sum of RGB (Red+Green+Blue) = 97+230+128=455 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.32% from 455); Green value is 230 (90.23% from 255 or 50.55% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 230 - color contains mainly: green. Hex color #61E680 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61E680 is #9E197F. Grayscale: #B2B2B2. Windows color (decimal): -10361216 or 8447585. OLE color: 8447585.

HSL color Cylindrical-coordinate representation of color #61E680: hue angle of 133.98º 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 #61E680 is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB97230128-
CMYK0.5800.440.10
HSL133.98º72.68%64.12%-
HSV(B)133.98º57.83%90.2%-
XYZ37.1260.6930.18-
YUV178.699.4469.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.32%
GREEN value IS 230 (90.23% from 255) = 50.55%
BLUE value IS 128 (50.39% from 255) = 28.13%
R=21.32%
G=50.55%
B=28.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal972301280.5800.440.10133.9872.6864.12
Hex61E6803A02CA864940
Octal1413462007205412206111100
Binary11000011110011010000000111010010110010101000011010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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