#6DCA71

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

Shades of Pastel Green #6DCA71

Tints of Pastel Green #6DCA71

Color information

#6DCA71 (or 0x6DCA71) is unknown color: approx Pastel Green. HEX triplet: 6D, CA and 71. RGB value is (109,202,113). Sum of RGB (Red+Green+Blue) = 109+202+113=424 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.71% from 424); Green value is 202 (79.30% from 255 or 47.64% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 202 - color contains mainly: green. Hex color #6DCA71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCA71 is #92358E. Grayscale: #A4A4A4. Windows color (decimal): -9581967 or 7457389. OLE color: 7457389.

HSL color Cylindrical-coordinate representation of color #6DCA71: hue angle of 122.58º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DCA71 is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB109202113-
CMYK0.4600.440.21
HSL122.58º46.73%60.98%-
HSV(B)122.58º46.04%79.22%-
XYZ30.4146.6823.03-
YUV164.0599.1988.74-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.71%
GREEN value IS 202 (79.30% from 255) = 47.64%
BLUE value IS 113 (44.53% from 255) = 26.65%
R=25.71%
G=47.64%
B=26.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1092021130.4600.440.21122.5846.7360.98
Hex6DCA712E02C157b2f3d
Octal15531216156054251735775
Binary11011011100101011100011011100101100101011111011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,202,113); }

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

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

 a { background-color: rgb(109,202,113); }

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

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

 span { border-color: rgb(109,202,113); }

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