Html Css Color HEX #6BCC80 Pastel Green

📋 copy color: '#6BCC80'

red 107 ◦ green 204 ◦ blue 128

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

Shades of Pastel Green #6BCC80

Tints of Pastel Green #6BCC80

RGB

 RED value IS 107 (42.19% from 255) = 24.37%

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

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

R = 24.37%
G = 46.47%
B = 29.16%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#6BCC80 (or 0x6BCC80) is known color: Pastel Green. HEX triplet: 6B, CC and 80. RGB value is (107,204,128). Sum of RGB (Red+Green+Blue) = 107+204+128=439 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.37% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 204 - color contains mainly: green. Hex color #6BCC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCC80 is #94337F. Grayscale: #A6A6A6. Windows color (decimal): -9712512 or 8440939. OLE color: 8440939.

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

Color convert

RGB 107 204 128 -
CMYK 0.48 0 0.37 0.2
HSL 132.99º 0.49% 0.61% -
HSV(B) 132.99º 0.48% 0.8% -
XYZ 31.55 47.87 28 -
YUV 166.33 106.36 85.68 -
System Red Green Blue C M Y K H S L
Decimal 107 204 128 0.48 0 0.37 0.2 132.99 0.49 0.61
Hex 6B CC 80 30 0 25 14 85 31 3D
Octal 153 314 200 60 0 45 24 205 61 75
Binary 1101011 11001100 10000000 110000 0 100101 10100 10000101 110001 111101

Color Harmonies of #6BCC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCC80

Black with #6BCC80

Text Example


Text Example

White with #6BCC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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