#61E482

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

Shades of Pastel Green #61E482

Tints of Pastel Green #61E482

Color information

#61E482 (or 0x61E482) is unknown color: approx Pastel Green. HEX triplet: 61, E4 and 82. RGB value is (97,228,130). Sum of RGB (Red+Green+Blue) = 97+228+130=455 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.32% from 455); Green value is 228 (89.45% from 255 or 50.11% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 228 - color contains mainly: green. Hex color #61E482 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61E482 is #9E1B7D. Grayscale: #B1B1B1. Windows color (decimal): -10361726 or 8578145. OLE color: 8578145.

HSL color Cylindrical-coordinate representation of color #61E482: hue angle of 135.11º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61E482 is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB97228130-
CMYK0.5700.430.11
HSL135.11º70.81%63.73%-
HSV(B)135.11º57.46%89.41%-
XYZ36.759.6430.7-
YUV177.66101.170.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.32%
GREEN value IS 228 (89.45% from 255) = 50.11%
BLUE value IS 130 (51.17% from 255) = 28.57%
R=21.32%
G=50.11%
B=28.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal972281300.5700.430.11135.1170.8163.73
Hex61E4823902BB874740
Octal1413442027105313207107100
Binary11000011110010010000010111001010101110111000011110001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,228,130); }

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

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

 a { background-color: rgb(97,228,130); }

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

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

 span { border-color: rgb(97,228,130); }

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