#6DD280

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

Shades of Pastel Green #6DD280

Tints of Pastel Green #6DD280

Color information

#6DD280 (or 0x6DD280) is unknown color: approx Pastel Green. HEX triplet: 6D, D2 and 80. RGB value is (109,210,128). Sum of RGB (Red+Green+Blue) = 109+210+128=447 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.38% from 447); Green value is 210 (82.42% from 255 or 46.98% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 210 - color contains mainly: green. Hex color #6DD280 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DD280 is #922D7F. Grayscale: #AAAAAA. Windows color (decimal): -9579904 or 8442477. OLE color: 8442477.

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

Color convert

RGB109210128-
CMYK0.4800.390.18
HSL131.29º52.88%62.55%-
HSV(B)131.29º48.1%82.35%-
XYZ33.2550.928.49-
YUV170.45104.0484.17-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.38%
GREEN value IS 210 (82.42% from 255) = 46.98%
BLUE value IS 128 (50.39% from 255) = 28.64%
R=24.38%
G=46.98%
B=28.64%

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
Decimal1092101280.4800.390.18131.2952.8862.55
Hex6DD280300271283353f
Octal15532220060047222036577
Binary1101101110100101000000011000001001111001010000011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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