Html Css Color HEX #6CCC80 Pastel Green

📋 copy color: '#6CCC80'

red 108 ◦ green 204 ◦ blue 128

#6CCC80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pastel Green #6CCC80

Tints of Pastel Green #6CCC80

RGB

 RED value IS 108 (42.58% from 255) = 24.55%

 GREEN value IS 204 (80.08% from 255) = 46.36%

 BLUE value IS 128 (50.39% from 255) = 29.09%

R = 24.55%
G = 46.36%
B = 29.09%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#6CCC80 (or 0x6CCC80) is known color: Pastel Green. HEX triplet: 6C, CC and 80. RGB value is (108,204,128). Sum of RGB (Red+Green+Blue) = 108+204+128=440 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.55% from 440); Green value is 204 (80.08% from 255 or 46.36% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CCC80 is #93337F. Grayscale: #A6A6A6. Windows color (decimal): -9646976 or 8440940. OLE color: 8440940.

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

Color convert

RGB 108 204 128 -
CMYK 0.47 0 0.37 0.2
HSL 132.5º 0.48% 0.61% -
HSV(B) 132.5º 0.47% 0.8% -
XYZ 31.67 47.93 28 -
YUV 166.63 106.2 86.18 -
System Red Green Blue C M Y K H S L
Decimal 108 204 128 0.47 0 0.37 0.2 132.5 0.48 0.61
Hex 6C CC 80 2F 0 25 14 84 30 3D
Octal 154 314 200 57 0 45 24 204 60 75
Binary 1101100 11001100 10000000 101111 0 100101 10100 10000100 110000 111101

Color Harmonies of #6CCC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCC80

Black with #6CCC80

Text Example


Text Example

White with #6CCC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6CCC80;
 }
 .AnyTagClassName
 {
   color: #6CCC80;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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