#6CD486

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

Shades of Pastel Green #6CD486

Tints of Pastel Green #6CD486

Color information

#6CD486 (or 0x6CD486) is unknown color: approx Pastel Green. HEX triplet: 6C, D4 and 86. RGB value is (108,212,134). Sum of RGB (Red+Green+Blue) = 108+212+134=454 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.79% from 454); Green value is 212 (83.20% from 255 or 46.70% from 454); Blue value is 134 (52.73% from 255 or 29.52% from 454); Max value from RGB is 212 - color contains mainly: green. Hex color #6CD486 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CD486 is #932B79. Grayscale: #ACACAC. Windows color (decimal): -9644922 or 8836204. OLE color: 8836204.

HSL color Cylindrical-coordinate representation of color #6CD486: hue angle of 135º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6CD486 is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB108212134-
CMYK0.4900.370.17
HSL135º54.74%62.75%-
HSV(B)135º49.06%83.14%-
XYZ34.035230.8-
YUV172.01106.5482.34-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.79%
GREEN value IS 212 (83.20% from 255) = 46.70%
BLUE value IS 134 (52.73% from 255) = 29.52%
R=23.79%
G=46.70%
B=29.52%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1082121340.4900.370.1713554.7462.75
Hex6CD486310251187373f
Octal15432420661045212076777
Binary1101100110101001000011011000101001011000110000111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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