#6FCE7F

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

Shades of Pastel Green #6FCE7F

Tints of Pastel Green #6FCE7F

Color information

#6FCE7F (or 0x6FCE7F) is unknown color: approx Pastel Green. HEX triplet: 6F, CE and 7F. RGB value is (111,206,127). Sum of RGB (Red+Green+Blue) = 111+206+127=444 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 206 - color contains mainly: green. Hex color #6FCE7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCE7F is #903180. Grayscale: #A8A8A8. Windows color (decimal): -9449857 or 8375919. OLE color: 8375919.

HSL color Cylindrical-coordinate representation of color #6FCE7F: hue angle of 130.11º 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 #6FCE7F is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB111206127-
CMYK0.4600.380.19
HSL130.11º49.22%62.16%-
HSV(B)130.11º46.12%80.78%-
XYZ32.4649.0527.84-
YUV168.59104.5386.92-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25%
GREEN value IS 206 (80.86% from 255) = 46.40%
BLUE value IS 127 (50% from 255) = 28.60%
R=25%
G=46.40%
B=28.60%

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
Decimal1112061270.4600.380.19130.1149.2262.16
Hex6FCE7F2E0261382313e
Octal15731617756046232026176
Binary110111111001110111111110111001001101001110000010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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