#6DD378

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

Shades of Pastel Green #6DD378

Tints of Pastel Green #6DD378

Color information

#6DD378 (or 0x6DD378) is unknown color: approx Pastel Green. HEX triplet: 6D, D3 and 78. RGB value is (109,211,120). Sum of RGB (Red+Green+Blue) = 109+211+120=440 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.77% from 440); Green value is 211 (82.81% from 255 or 47.95% from 440); Blue value is 120 (47.27% from 255 or 27.27% from 440); Max value from RGB is 211 - color contains mainly: green. Hex color #6DD378 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DD378 is #922C87. Grayscale: #AAAAAA. Windows color (decimal): -9579656 or 7918445. OLE color: 7918445.

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

Color convert

RGB109211120-
CMYK0.4800.430.17
HSL126.47º53.68%62.75%-
HSV(B)126.47º48.34%82.75%-
XYZ32.9951.225.91-
YUV170.1399.7184.4-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.77%
GREEN value IS 211 (82.81% from 255) = 47.95%
BLUE value IS 120 (47.27% from 255) = 27.27%
R=24.77%
G=47.95%
B=27.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1092111200.4800.430.17126.4753.6862.75
Hex6DD3783002B117e363f
Octal15532317060053211766677
Binary11011011101001111110001100000101011100011111110110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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