#6CDC60

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

Shades of Pastel Green #6CDC60

Tints of Pastel Green #6CDC60

Color information

#6CDC60 (or 0x6CDC60) is unknown color: approx Pastel Green. HEX triplet: 6C, DC and 60. RGB value is (108,220,96). Sum of RGB (Red+Green+Blue) = 108+220+96=424 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.47% from 424); Green value is 220 (86.33% from 255 or 51.89% from 424); Blue value is 96 (37.89% from 255 or 22.64% from 424); Max value from RGB is 220 - color contains mainly: green. Hex color #6CDC60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CDC60 is #93239F. Grayscale: #ACACAC. Windows color (decimal): -9642912 or 6347884. OLE color: 6347884.

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

Color convert

RGB10822096-
CMYK0.5100.560.14
HSL114.19º63.92%61.96%-
HSV(B)114.19º56.36%86.27%-
XYZ33.8955.2219.94-
YUV172.3884.8982.08-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.47%
GREEN value IS 220 (86.33% from 255) = 51.89%
BLUE value IS 96 (37.89% from 255) = 22.64%
R=25.47%
G=51.89%
B=22.64%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal108220960.5100.560.14114.1963.9261.96
Hex6CDC6033038E72403e
Octal154334140630701616210076
Binary11011001101110011000001100110111000111011100101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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