#61E681

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

Shades of Pastel Green #61E681

Tints of Pastel Green #61E681

Color information

#61E681 (or 0x61E681) is unknown color: approx Pastel Green. HEX triplet: 61, E6 and 81. RGB value is (97,230,129). Sum of RGB (Red+Green+Blue) = 97+230+129=456 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.27% from 456); Green value is 230 (90.23% from 255 or 50.44% from 456); Blue value is 129 (50.78% from 255 or 28.29% from 456); Max value from RGB is 230 - color contains mainly: green. Hex color #61E681 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61E681 is #9E197E. Grayscale: #B2B2B2. Windows color (decimal): -10361215 or 8513121. OLE color: 8513121.

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

Color convert

RGB97230129-
CMYK0.5800.440.10
HSL134.44º72.68%64.12%-
HSV(B)134.44º57.83%90.2%-
XYZ37.1960.7230.53-
YUV178.7299.9469.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.27%
GREEN value IS 230 (90.23% from 255) = 50.44%
BLUE value IS 129 (50.78% from 255) = 28.29%
R=21.27%
G=50.44%
B=28.29%

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
Decimal972301290.5800.440.10134.4472.6864.12
Hex61E6813A02CA864940
Octal1413462017205412206111100
Binary11000011110011010000001111010010110010101000011010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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