#6CCD6C

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

Shades of Pastel Green #6CCD6C

Tints of Pastel Green #6CCD6C

Color information

#6CCD6C (or 0x6CCD6C) is unknown color: approx Pastel Green. HEX triplet: 6C, CD and 6C. RGB value is (108,205,108). Sum of RGB (Red+Green+Blue) = 108+205+108=421 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.65% from 421); Green value is 205 (80.47% from 255 or 48.69% from 421); Blue value is 108 (42.58% from 255 or 25.65% from 421); Max value from RGB is 205 - color contains mainly: green. Hex color #6CCD6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CCD6C is #933293. Grayscale: #A5A5A5. Windows color (decimal): -9646740 or 7130476. OLE color: 7130476.

HSL color Cylindrical-coordinate representation of color #6CCD6C: hue angle of 120º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CCD6C is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB108205108-
CMYK0.4700.470.20
HSL120º49.24%61.37%-
HSV(B)120º47.32%80.39%-
XYZ30.7247.9321.82-
YUV164.9495.8687.39-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.65%
GREEN value IS 205 (80.47% from 255) = 48.69%
BLUE value IS 108 (42.58% from 255) = 25.65%
R=25.65%
G=48.69%
B=25.65%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1082051080.4700.470.2012049.2461.37
Hex6CCD6C2F02F1478313d
Octal15431515457057241706175
Binary11011001100110111011001011110101111101001111000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CCD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,205,108); }

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

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

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

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

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

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

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