#6FCE7E

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

Shades of Pastel Green #6FCE7E

Tints of Pastel Green #6FCE7E

Color information

#6FCE7E (or 0x6FCE7E) is unknown color: approx Pastel Green. HEX triplet: 6F, CE and 7E. RGB value is (111,206,126). Sum of RGB (Red+Green+Blue) = 111+206+126=443 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.06% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 206 - color contains mainly: green. Hex color #6FCE7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCE7E is #903181. Grayscale: #A8A8A8. Windows color (decimal): -9449858 or 8310383. OLE color: 8310383.

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

Color convert

RGB111206126-
CMYK0.4600.390.19
HSL129.47º49.22%62.16%-
HSV(B)129.47º46.12%80.78%-
XYZ32.3949.0327.49-
YUV168.48104.0387-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.06%
GREEN value IS 206 (80.86% from 255) = 46.50%
BLUE value IS 126 (49.61% from 255) = 28.44%
R=25.06%
G=46.50%
B=28.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1112061260.4600.390.19129.4749.2262.16
Hex6FCE7E2E0271381313e
Octal15731617656047232016176
Binary110111111001110111111010111001001111001110000001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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