#6DD775

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

Shades of Pastel Green #6DD775

Tints of Pastel Green #6DD775

Color information

#6DD775 (or 0x6DD775) is unknown color: approx Pastel Green. HEX triplet: 6D, D7 and 75. RGB value is (109,215,117). Sum of RGB (Red+Green+Blue) = 109+215+117=441 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.72% from 441); Green value is 215 (84.38% from 255 or 48.75% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 215 - color contains mainly: green. Hex color #6DD775 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DD775 is #92288A. Grayscale: #ACACAC. Windows color (decimal): -9578635 or 7722861. OLE color: 7722861.

HSL color Cylindrical-coordinate representation of color #6DD775: hue angle of 124.53º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6DD775 is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB109215117-
CMYK0.4900.460.16
HSL124.53º56.99%63.53%-
HSV(B)124.53º49.3%84.31%-
XYZ33.8253.1425.3-
YUV172.1396.8882.97-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.72%
GREEN value IS 215 (84.38% from 255) = 48.75%
BLUE value IS 117 (46.09% from 255) = 26.53%
R=24.72%
G=48.75%
B=26.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1092151170.4900.460.16124.5356.9963.53
Hex6DD7753102E107d3940
Octal155327165610562017571100
Binary110110111010111111010111000101011101000011111011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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