#6DD375

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

Shades of Pastel Green #6DD375

Tints of Pastel Green #6DD375

Color information

#6DD375 (or 0x6DD375) is unknown color: approx Pastel Green. HEX triplet: 6D, D3 and 75. RGB value is (109,211,117). Sum of RGB (Red+Green+Blue) = 109+211+117=437 (57% of max value = 765). Red value is 109 (42.97% from 255 or 24.94% from 437); Green value is 211 (82.81% from 255 or 48.28% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 211 - color contains mainly: green. Hex color #6DD375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DD375 is #922C8A. Grayscale: #AAAAAA. Windows color (decimal): -9579659 or 7721837. OLE color: 7721837.

HSL color Cylindrical-coordinate representation of color #6DD375: hue angle of 124.71º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6DD375 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB109211117-
CMYK0.4800.450.17
HSL124.71º53.68%62.75%-
HSV(B)124.71º48.34%82.75%-
XYZ32.8151.1224.97-
YUV169.7998.2184.64-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.94%
GREEN value IS 211 (82.81% from 255) = 48.28%
BLUE value IS 117 (46.09% from 255) = 26.77%
R=24.94%
G=48.28%
B=26.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1092111170.4800.450.17124.7153.6862.75
Hex6DD3753002D117d363f
Octal15532316560055211756677
Binary11011011101001111101011100000101101100011111101110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,211,117); }

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

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

 a { background-color: rgb(109,211,117); }

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

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

 span { border-color: rgb(109,211,117); }

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