#6DD572

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

Shades of Pastel Green #6DD572

Tints of Pastel Green #6DD572

Color information

#6DD572 (or 0x6DD572) is unknown color: approx Pastel Green. HEX triplet: 6D, D5 and 72. RGB value is (109,213,114). Sum of RGB (Red+Green+Blue) = 109+213+114=436 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25% from 436); Green value is 213 (83.59% from 255 or 48.85% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 213 - color contains mainly: green. Hex color #6DD572 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DD572 is #922A8D. Grayscale: #AAAAAA. Windows color (decimal): -9579150 or 7525741. OLE color: 7525741.

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

Color convert

RGB109213114-
CMYK0.4900.460.16
HSL122.88º55.32%63.14%-
HSV(B)122.88º48.83%83.53%-
XYZ33.1452.0524.22-
YUV170.6296.0484.05-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25%
GREEN value IS 213 (83.59% from 255) = 48.85%
BLUE value IS 114 (44.92% from 255) = 26.15%
R=25%
G=48.85%
B=26.15%

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
Decimal1092131140.4900.460.16122.8855.3263.14
Hex6DD5723102E107b373f
Octal15532516261056201736777
Binary11011011101010111100101100010101110100001111011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,213,114); }

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

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

 a { background-color: rgb(109,213,114); }

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

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

 span { border-color: rgb(109,213,114); }

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