#6DE880

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

Shades of Pastel Green #6DE880

Tints of Pastel Green #6DE880

Color information

#6DE880 (or 0x6DE880) is unknown color: approx Pastel Green. HEX triplet: 6D, E8 and 80. RGB value is (109,232,128). Sum of RGB (Red+Green+Blue) = 109+232+128=469 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.24% from 469); Green value is 232 (91.02% from 255 or 49.47% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 232 - color contains mainly: green. Hex color #6DE880 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6DE880 is #92177F. Grayscale: #B7B7B7. Windows color (decimal): -9574272 or 8448109. OLE color: 8448109.

HSL color Cylindrical-coordinate representation of color #6DE880: hue angle of 129.27º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DE880 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB109232128-
CMYK0.5300.450.09
HSL129.27º72.78%66.86%-
HSV(B)129.27º53.02%90.98%-
XYZ39.0662.5230.43-
YUV183.3796.7574.96-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.24%
GREEN value IS 232 (91.02% from 255) = 49.47%
BLUE value IS 128 (50.39% from 255) = 27.29%
R=23.24%
G=49.47%
B=27.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1092321280.5300.450.09129.2772.7866.86
Hex6DE8803502D9814943
Octal1553502006505511201111103
Binary11011011110100010000000110101010110110011000000110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DE880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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