#6FDC8E

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

Shades of Pastel Green #6FDC8E

Tints of Pastel Green #6FDC8E

Color information

#6FDC8E (or 0x6FDC8E) is unknown color: approx Pastel Green. HEX triplet: 6F, DC and 8E. RGB value is (111,220,142). Sum of RGB (Red+Green+Blue) = 111+220+142=473 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.47% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDC8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FDC8E is #902371. Grayscale: #B2B2B2. Windows color (decimal): -9446258 or 9362543. OLE color: 9362543.

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

Color convert

RGB111220142-
CMYK0.5000.350.14
HSL137.06º60.89%64.9%-
HSV(B)137.06º49.55%86.27%-
XYZ37.0356.5234.55-
YUV178.52107.3979.84-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.47%
GREEN value IS 220 (86.33% from 255) = 46.51%
BLUE value IS 142 (55.86% from 255) = 30.02%
R=23.47%
G=46.51%
B=30.02%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1112201420.5000.350.14137.0660.8964.9
Hex6FDC8E32023E893d41
Octal157334216620431621175101
Binary1101111110111001000111011001001000111110100010011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FDC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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