#6ED280

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

Shades of Pastel Green #6ED280

Tints of Pastel Green #6ED280

Color information

#6ED280 (or 0x6ED280) is unknown color: approx Pastel Green. HEX triplet: 6E, D2 and 80. RGB value is (110,210,128). Sum of RGB (Red+Green+Blue) = 110+210+128=448 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.55% from 448); Green value is 210 (82.42% from 255 or 46.88% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 210 - color contains mainly: green. Hex color #6ED280 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED280 is #912D7F. Grayscale: #AAAAAA. Windows color (decimal): -9514368 or 8442478. OLE color: 8442478.

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

Color convert

RGB110210128-
CMYK0.4800.390.18
HSL130.8º52.63%62.75%-
HSV(B)130.8º47.62%82.35%-
XYZ33.3750.9728.5-
YUV170.75103.8784.67-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.55%
GREEN value IS 210 (82.42% from 255) = 46.88%
BLUE value IS 128 (50.39% from 255) = 28.57%
R=24.55%
G=46.88%
B=28.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1102101280.4800.390.18130.852.6362.75
Hex6ED280300271283353f
Octal15632220060047222036577
Binary1101110110100101000000011000001001111001010000011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,210,128); }

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

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

 a { background-color: rgb(110,210,128); }

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

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

 span { border-color: rgb(110,210,128); }

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