#6CCC66

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

Shades of Pastel Green #6CCC66

Tints of Pastel Green #6CCC66

Color information

#6CCC66 (or 0x6CCC66) is unknown color: approx Pastel Green. HEX triplet: 6C, CC and 66. RGB value is (108,204,102). Sum of RGB (Red+Green+Blue) = 108+204+102=414 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.09% from 414); Green value is 204 (80.08% from 255 or 49.28% from 414); Blue value is 102 (40.23% from 255 or 24.64% from 414); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCC66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CCC66 is #933399. Grayscale: #A3A3A3. Windows color (decimal): -9647002 or 6737004. OLE color: 6737004.

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

Color convert

RGB108204102-
CMYK0.4700.50.2
HSL116.47º50%60%-
HSV(B)116.47º50%80%-
XYZ30.1847.3320.12-
YUV163.6793.288.29-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.09%
GREEN value IS 204 (80.08% from 255) = 49.28%
BLUE value IS 102 (40.23% from 255) = 24.64%
R=26.09%
G=49.28%
B=24.64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1082041020.4700.50.2116.475060
Hex6CCC662F0321474323c
Octal15431414657062241646274
Binary11011001100110011001101011110110010101001110100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CCC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,204,102); }

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

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

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

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

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

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

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