#6ED277

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

Shades of Pastel Green #6ED277

Tints of Pastel Green #6ED277

Color information

#6ED277 (or 0x6ED277) is unknown color: approx Pastel Green. HEX triplet: 6E, D2 and 77. RGB value is (110,210,119). Sum of RGB (Red+Green+Blue) = 110+210+119=439 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25.06% from 439); Green value is 210 (82.42% from 255 or 47.84% from 439); Blue value is 119 (46.88% from 255 or 27.11% from 439); Max value from RGB is 210 - color contains mainly: green. Hex color #6ED277 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED277 is #912D88. Grayscale: #A9A9A9. Windows color (decimal): -9514377 or 7852654. OLE color: 7852654.

HSL color Cylindrical-coordinate representation of color #6ED277: hue angle of 125.4º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ED277 is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB110210119-
CMYK0.4800.430.18
HSL125.4º52.63%62.75%-
HSV(B)125.4º47.62%82.35%-
XYZ32.8150.7425.52-
YUV169.7399.3785.4-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.06%
GREEN value IS 210 (82.42% from 255) = 47.84%
BLUE value IS 119 (46.88% from 255) = 27.11%
R=25.06%
G=47.84%
B=27.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1102101190.4800.430.18125.452.6362.75
Hex6ED2773002B127d353f
Octal15632216760053221756577
Binary11011101101001011101111100000101011100101111101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,210,119); }

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

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

 a { background-color: rgb(110,210,119); }

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

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

 span { border-color: rgb(110,210,119); }

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