#6CD780

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

Shades of Pastel Green #6CD780

Tints of Pastel Green #6CD780

Color information

#6CD780 (or 0x6CD780) is unknown color: approx Pastel Green. HEX triplet: 6C, D7 and 80. RGB value is (108,215,128). Sum of RGB (Red+Green+Blue) = 108+215+128=451 (59% of max value = 765). Red value is 108 (42.58% from 255 or 23.95% from 451); Green value is 215 (84.38% from 255 or 47.67% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 215 - color contains mainly: green. Hex color #6CD780 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CD780 is #93287F. Grayscale: #ADADAD. Windows color (decimal): -9644160 or 8443756. OLE color: 8443756.

HSL color Cylindrical-coordinate representation of color #6CD780: hue angle of 131.21º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6CD780 is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB108215128-
CMYK0.5000.400.16
HSL131.21º57.22%63.33%-
HSV(B)131.21º49.77%84.31%-
XYZ34.3853.3528.91-
YUV173.09102.5581.57-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.95%
GREEN value IS 215 (84.38% from 255) = 47.67%
BLUE value IS 128 (50.39% from 255) = 28.38%
R=23.95%
G=47.67%
B=28.38%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1082151280.5000.400.16131.2157.2263.33
Hex6CD780320281083393f
Octal15432720062050202037177
Binary1101100110101111000000011001001010001000010000011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,215,128); }

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

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

 a { background-color: rgb(108,215,128); }

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

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

 span { border-color: rgb(108,215,128); }

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