#6CD080

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

Shades of Pastel Green #6CD080

Tints of Pastel Green #6CD080

Color information

#6CD080 (or 0x6CD080) is unknown color: approx Pastel Green. HEX triplet: 6C, D0 and 80. RGB value is (108,208,128). Sum of RGB (Red+Green+Blue) = 108+208+128=444 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.32% from 444); Green value is 208 (81.64% from 255 or 46.85% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 208 - color contains mainly: green. Hex color #6CD080 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CD080 is #932F7F. Grayscale: #A9A9A9. Windows color (decimal): -9645952 or 8441964. OLE color: 8441964.

HSL color Cylindrical-coordinate representation of color #6CD080: hue angle of 132º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CD080 is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB108208128-
CMYK0.4800.380.18
HSL132º51.55%61.96%-
HSV(B)132º48.08%81.57%-
XYZ32.6449.8628.33-
YUV168.98104.8784.5-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.32%
GREEN value IS 208 (81.64% from 255) = 46.85%
BLUE value IS 128 (50.39% from 255) = 28.83%
R=24.32%
G=46.85%
B=28.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1082081280.4800.380.1813251.5561.96
Hex6CD080300261284343e
Octal15432020060046222046476
Binary1101100110100001000000011000001001101001010000100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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