#6ED582

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

Shades of Pastel Green #6ED582

Tints of Pastel Green #6ED582

Color information

#6ED582 (or 0x6ED582) is unknown color: approx Pastel Green. HEX triplet: 6E, D5 and 82. RGB value is (110,213,130). Sum of RGB (Red+Green+Blue) = 110+213+130=453 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.28% from 453); Green value is 213 (83.59% from 255 or 47.02% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 213 - color contains mainly: green. Hex color #6ED582 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED582 is #912A7D. Grayscale: #ACACAC. Windows color (decimal): -9513598 or 8574318. OLE color: 8574318.

HSL color Cylindrical-coordinate representation of color #6ED582: hue angle of 131.65º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ED582 is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB110213130-
CMYK0.4800.390.16
HSL131.65º55.08%63.33%-
HSV(B)131.65º48.36%83.53%-
XYZ34.2552.5229.45-
YUV172.74103.8883.25-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.28%
GREEN value IS 213 (83.59% from 255) = 47.02%
BLUE value IS 130 (51.17% from 255) = 28.70%
R=24.28%
G=47.02%
B=28.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1102131300.4800.390.16131.6555.0863.33
Hex6ED582300271084373f
Octal15632520260047202046777
Binary1101110110101011000001011000001001111000010000100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6ED582; }

 p { color: rgb(110,213,130); }

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

<style>
 a { background-color: #6ED582; }

 a { background-color: rgb(110,213,130); }

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

<style>
 span { border-color: #6ED582; }

 span { border-color: rgb(110,213,130); }

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