#6DD970

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

Shades of Pastel Green #6DD970

Tints of Pastel Green #6DD970

Color information

#6DD970 (or 0x6DD970) is unknown color: approx Pastel Green. HEX triplet: 6D, D9 and 70. RGB value is (109,217,112). Sum of RGB (Red+Green+Blue) = 109+217+112=438 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.89% from 438); Green value is 217 (85.16% from 255 or 49.54% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 217 - color contains mainly: green. Hex color #6DD970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DD970 is #92268F. Grayscale: #ADADAD. Windows color (decimal): -9578128 or 7395693. OLE color: 7395693.

HSL color Cylindrical-coordinate representation of color #6DD970: hue angle of 121.67º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DD970 is Cyan = 0.50, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB109217112-
CMYK0.5000.480.15
HSL121.67º58.7%63.92%-
HSV(B)121.67º49.77%85.1%-
XYZ34.0454.0523.97-
YUV172.7493.7282.54-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.89%
GREEN value IS 217 (85.16% from 255) = 49.54%
BLUE value IS 112 (44.14% from 255) = 25.57%
R=24.89%
G=49.54%
B=25.57%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1092171120.5000.480.15121.6758.763.92
Hex6DD97032030F7a3b40
Octal155331160620601717273100
Binary11011011101100111100001100100110000111111110101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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