#6FCE80

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

Shades of Pastel Green #6FCE80

Tints of Pastel Green #6FCE80

Color information

#6FCE80 (or 0x6FCE80) is unknown color: approx Pastel Green. HEX triplet: 6F, CE and 80. RGB value is (111,206,128). Sum of RGB (Red+Green+Blue) = 111+206+128=445 (58% of max value = 765). Red value is 111 (43.75% from 255 or 24.94% from 445); Green value is 206 (80.86% from 255 or 46.29% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 206 - color contains mainly: green. Hex color #6FCE80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCE80 is #90317F. Grayscale: #A8A8A8. Windows color (decimal): -9449856 or 8441455. OLE color: 8441455.

HSL color Cylindrical-coordinate representation of color #6FCE80: hue angle of 130.74º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCE80 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB111206128-
CMYK0.4600.380.19
HSL130.74º49.22%62.16%-
HSV(B)130.74º46.12%80.78%-
XYZ32.5249.0828.18-
YUV168.7105.0386.84-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.94%
GREEN value IS 206 (80.86% from 255) = 46.29%
BLUE value IS 128 (50.39% from 255) = 28.76%
R=24.94%
G=46.29%
B=28.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1112061280.4600.380.19130.7449.2262.16
Hex6FCE802E0261383313e
Octal15731620056046232036176
Binary1101111110011101000000010111001001101001110000011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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