Html Css Color HEX #6FDC8C Pastel Green

📋 copy color: '#6FDC8C'

red 111 ◦ green 220 ◦ blue 140

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

Shades of Pastel Green #6FDC8C

Tints of Pastel Green #6FDC8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.72%

R = 23.57%
G = 46.71%
B = 29.72%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#6FDC8C (or 0x6FDC8C) is known color: Pastel Green. HEX triplet: 6F, DC and 8C. RGB value is (111,220,140). Sum of RGB (Red+Green+Blue) = 111+220+140=471 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.57% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDC8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FDC8C is #902373. Grayscale: #B2B2B2. Windows color (decimal): -9446260 or 9231471. OLE color: 9231471.

HSL color Cylindrical-coordinate representation of color #6FDC8C: hue angle of 135.96º 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 #6FDC8C is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 220 140 -
CMYK 0.50 0 0.36 0.14
HSL 135.96º 0.61% 0.65% -
HSV(B) 135.96º 0.5% 0.86% -
XYZ 36.88 56.46 33.76 -
YUV 178.29 106.39 80 -
System Red Green Blue C M Y K H S L
Decimal 111 220 140 0.50 0 0.36 0.14 135.96 0.61 0.65
Hex 6F DC 8C 32 0 24 E 88 3D 41
Octal 157 334 214 62 0 44 16 210 75 101
Binary 1101111 11011100 10001100 110010 0 100100 1110 10001000 111101 1000001

Color Harmonies of #6FDC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDC8C

Black with #6FDC8C

Text Example


Text Example

White with #6FDC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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