#6ED281

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

Shades of Pastel Green #6ED281

Tints of Pastel Green #6ED281

Color information

#6ED281 (or 0x6ED281) is unknown color: approx Pastel Green. HEX triplet: 6E, D2 and 81. RGB value is (110,210,129). Sum of RGB (Red+Green+Blue) = 110+210+129=449 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.50% from 449); Green value is 210 (82.42% from 255 or 46.77% from 449); Blue value is 129 (50.78% from 255 or 28.73% from 449); Max value from RGB is 210 - color contains mainly: green. Hex color #6ED281 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED281 is #912D7E. Grayscale: #ABABAB. Windows color (decimal): -9514367 or 8508014. OLE color: 8508014.

HSL color Cylindrical-coordinate representation of color #6ED281: hue angle of 131.4º 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 #6ED281 is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB110210129-
CMYK0.4800.390.18
HSL131.4º52.63%62.75%-
HSV(B)131.4º47.62%82.35%-
XYZ33.4450.9928.85-
YUV170.87104.3784.59-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.50%
GREEN value IS 210 (82.42% from 255) = 46.77%
BLUE value IS 129 (50.78% from 255) = 28.73%
R=24.50%
G=46.77%
B=28.73%

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
Decimal1102101290.4800.390.18131.452.6362.75
Hex6ED281300271283353f
Octal15632220160047222036577
Binary1101110110100101000000111000001001111001010000011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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