Html Css Color HEX #6FDC80 Pastel Green

📋 copy color: '#6FDC80'

red 111 ◦ green 220 ◦ blue 128

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

Shades of Pastel Green #6FDC80

Tints of Pastel Green #6FDC80

RGB

 RED value IS 111 (43.75% from 255) = 24.18%

 GREEN value IS 220 (86.33% from 255) = 47.93%

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

R = 24.18%
G = 47.93%
B = 27.89%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#6FDC80 (or 0x6FDC80) is known color: Pastel Green. HEX triplet: 6F, DC and 80. RGB value is (111,220,128). Sum of RGB (Red+Green+Blue) = 111+220+128=459 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.18% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FDC80 is #90237F. Grayscale: #B1B1B1. Windows color (decimal): -9446272 or 8445039. OLE color: 8445039.

HSL color Cylindrical-coordinate representation of color #6FDC80: hue angle of 129.36º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDC80 is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 220 128 -
CMYK 0.50 0 0.42 0.14
HSL 129.36º 0.61% 0.65% -
HSV(B) 129.36º 0.5% 0.86% -
XYZ 36.05 56.12 29.36 -
YUV 176.92 100.39 80.98 -
System Red Green Blue C M Y K H S L
Decimal 111 220 128 0.50 0 0.42 0.14 129.36 0.61 0.65
Hex 6F DC 80 32 0 2A E 81 3D 41
Octal 157 334 200 62 0 52 16 201 75 101
Binary 1101111 11011100 10000000 110010 0 101010 1110 10000001 111101 1000001

Color Harmonies of #6FDC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDC80

Black with #6FDC80

Text Example


Text Example

White with #6FDC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,220,128); }

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

background-color css

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

 a { background-color: rgb(111,220,128); }

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

border-color css

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

 span { border-color: rgb(111,220,128); }

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