#6CCB80

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

Shades of Pastel Green #6CCB80

Tints of Pastel Green #6CCB80

Color information

#6CCB80 (or 0x6CCB80) is unknown color: approx Pastel Green. HEX triplet: 6C, CB and 80. RGB value is (108,203,128). Sum of RGB (Red+Green+Blue) = 108+203+128=439 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.60% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 203 - color contains mainly: green. Hex color #6CCB80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CCB80 is #93347F. Grayscale: #A6A6A6. Windows color (decimal): -9647232 or 8440684. OLE color: 8440684.

HSL color Cylindrical-coordinate representation of color #6CCB80: hue angle of 132.63º degrees, saturation: 0.48, 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 #6CCB80 is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB108203128-
CMYK0.4700.370.20
HSL132.63º47.74%60.98%-
HSV(B)132.63º46.8%79.61%-
XYZ31.4447.4627.93-
YUV166.04106.5386.6-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.60%
GREEN value IS 203 (79.69% from 255) = 46.24%
BLUE value IS 128 (50.39% from 255) = 29.16%
R=24.60%
G=46.24%
B=29.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1082031280.4700.370.20132.6347.7460.98
Hex6CCB802F0251485303d
Octal15431320057045242056075
Binary1101100110010111000000010111101001011010010000101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CCB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,203,128); }

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

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

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

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

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

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

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