#6ED07F

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

Shades of Pastel Green #6ED07F

Tints of Pastel Green #6ED07F

Color information

#6ED07F (or 0x6ED07F) is unknown color: approx Pastel Green. HEX triplet: 6E, D0 and 7F. RGB value is (110,208,127). Sum of RGB (Red+Green+Blue) = 110+208+127=445 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.72% from 445); Green value is 208 (81.64% from 255 or 46.74% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 208 - color contains mainly: green. Hex color #6ED07F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED07F is #912F80. Grayscale: #A9A9A9. Windows color (decimal): -9514881 or 8376430. OLE color: 8376430.

HSL color Cylindrical-coordinate representation of color #6ED07F: hue angle of 130.41º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6ED07F is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB110208127-
CMYK0.4700.390.18
HSL130.41º51.04%62.35%-
HSV(B)130.41º47.12%81.57%-
XYZ32.8249.9627.99-
YUV169.46104.0385.59-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.72%
GREEN value IS 208 (81.64% from 255) = 46.74%
BLUE value IS 127 (50% from 255) = 28.54%
R=24.72%
G=46.74%
B=28.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1102081270.4700.390.18130.4151.0462.35
Hex6ED07F2F0271282333e
Octal15632017757047222026376
Binary110111011010000111111110111101001111001010000010110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,208,127); }

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

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

 a { background-color: rgb(110,208,127); }

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

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

 span { border-color: rgb(110,208,127); }

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