#6DEE80

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

Shades of Pastel Green #6DEE80

Tints of Pastel Green #6DEE80

Color information

#6DEE80 (or 0x6DEE80) is unknown color: approx Pastel Green. HEX triplet: 6D, EE and 80. RGB value is (109,238,128). Sum of RGB (Red+Green+Blue) = 109+238+128=475 (62% of max value = 765). Red value is 109 (42.97% from 255 or 22.95% from 475); Green value is 238 (93.36% from 255 or 50.11% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 238 - color contains mainly: green. Hex color #6DEE80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6DEE80 is #92117F. Grayscale: #BBBBBB. Windows color (decimal): -9572736 or 8449645. OLE color: 8449645.

HSL color Cylindrical-coordinate representation of color #6DEE80: hue angle of 128.84º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DEE80 is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB109238128-
CMYK0.5400.460.07
HSL128.84º79.14%68.04%-
HSV(B)128.84º54.2%93.33%-
XYZ40.7865.9631-
YUV186.8994.7672.44-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.95%
GREEN value IS 238 (93.36% from 255) = 50.11%
BLUE value IS 128 (50.39% from 255) = 26.95%
R=22.95%
G=50.11%
B=26.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1092381280.5400.460.07128.8479.1468.04
Hex6DEE803602E7814f44
Octal155356200660567201117104
Binary1101101111011101000000011011001011101111000000110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DEE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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