#6DDE70

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

Shades of Pastel Green #6DDE70

Tints of Pastel Green #6DDE70

Color information

#6DDE70 (or 0x6DDE70) is unknown color: approx Pastel Green. HEX triplet: 6D, DE and 70. RGB value is (109,222,112). Sum of RGB (Red+Green+Blue) = 109+222+112=443 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.60% from 443); Green value is 222 (87.11% from 255 or 50.11% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 222 - color contains mainly: green. Hex color #6DDE70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DDE70 is #92218F. Grayscale: #AFAFAF. Windows color (decimal): -9576848 or 7396973. OLE color: 7396973.

HSL color Cylindrical-coordinate representation of color #6DDE70: hue angle of 121.59º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DDE70 is Cyan = 0.51, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB109222112-
CMYK0.5100.500.13
HSL121.59º63.13%64.9%-
HSV(B)121.59º50.9%87.06%-
XYZ35.3556.6624.4-
YUV175.6792.0680.44-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.60%
GREEN value IS 222 (87.11% from 255) = 50.11%
BLUE value IS 112 (44.14% from 255) = 25.28%
R=24.60%
G=50.11%
B=25.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1092221120.5100.500.13121.5963.1364.9
Hex6DDE7033032D7a3f41
Octal155336160630621517277101
Binary11011011101111011100001100110110010110111110101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,222,112); }

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

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

 a { background-color: rgb(109,222,112); }

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

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

 span { border-color: rgb(109,222,112); }

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