#6CDC86

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

Shades of Pastel Green #6CDC86

Tints of Pastel Green #6CDC86

Color information

#6CDC86 (or 0x6CDC86) is unknown color: approx Pastel Green. HEX triplet: 6C, DC and 86. RGB value is (108,220,134). Sum of RGB (Red+Green+Blue) = 108+220+134=462 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.38% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 220 - color contains mainly: green. Hex color #6CDC86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CDC86 is #932379. Grayscale: #B0B0B0. Windows color (decimal): -9642874 or 8838252. OLE color: 8838252.

HSL color Cylindrical-coordinate representation of color #6CDC86: hue angle of 133.93º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CDC86 is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB108220134-
CMYK0.5100.390.14
HSL133.93º61.54%64.31%-
HSV(B)133.93º50.91%86.27%-
XYZ36.0856.131.48-
YUV176.71103.8978.99-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.38%
GREEN value IS 220 (86.33% from 255) = 47.62%
BLUE value IS 134 (52.73% from 255) = 29.00%
R=23.38%
G=47.62%
B=29.00%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1082201340.5100.390.14133.9361.5464.31
Hex6CDC8633027E863e40
Octal154334206630471620676100
Binary1101100110111001000011011001101001111110100001101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,220,134); }

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

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

 a { background-color: rgb(108,220,134); }

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

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

 span { border-color: rgb(108,220,134); }

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