#6DCD7A

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

Shades of Pastel Green #6DCD7A

Tints of Pastel Green #6DCD7A

Color information

#6DCD7A (or 0x6DCD7A) is unknown color: approx Pastel Green. HEX triplet: 6D, CD and 7A. RGB value is (109,205,122). Sum of RGB (Red+Green+Blue) = 109+205+122=436 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCD7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCD7A is #923285. Grayscale: #A7A7A7. Windows color (decimal): -9581190 or 8047981. OLE color: 8047981.

HSL color Cylindrical-coordinate representation of color #6DCD7A: hue angle of 128.12º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCD7A is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB109205122-
CMYK0.4700.400.20
HSL128.12º48.98%61.57%-
HSV(B)128.12º46.83%80.39%-
XYZ31.6548.3226.07-
YUV166.83102.786.75-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25%
GREEN value IS 205 (80.47% from 255) = 47.02%
BLUE value IS 122 (48.05% from 255) = 27.98%
R=25%
G=47.02%
B=27.98%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1092051220.4700.400.20128.1248.9861.57
Hex6DCD7A2F0281480313e
Octal15531517257050242006176
Binary110110111001101111101010111101010001010010000000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,205,122); }

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

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

 a { background-color: rgb(109,205,122); }

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

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

 span { border-color: rgb(109,205,122); }

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