#6EDC5E

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

Shades of Pastel Green #6EDC5E

Tints of Pastel Green #6EDC5E

Color information

#6EDC5E (or 0x6EDC5E) is unknown color: approx Pastel Green. HEX triplet: 6E, DC and 5E. RGB value is (110,220,94). Sum of RGB (Red+Green+Blue) = 110+220+94=424 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.94% from 424); Green value is 220 (86.33% from 255 or 51.89% from 424); Blue value is 94 (37.11% from 255 or 22.17% from 424); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDC5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EDC5E is #9123A1. Grayscale: #ADADAD. Windows color (decimal): -9511842 or 6216814. OLE color: 6216814.

HSL color Cylindrical-coordinate representation of color #6EDC5E: hue angle of 112.38º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EDC5E is Cyan = 0.50, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB11022094-
CMYK0.5000.570.14
HSL112.38º64.29%61.57%-
HSV(B)112.38º57.27%86.27%-
XYZ34.0455.3119.47-
YUV172.7583.5683.25-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.94%
GREEN value IS 220 (86.33% from 255) = 51.89%
BLUE value IS 94 (37.11% from 255) = 22.17%
R=25.94%
G=51.89%
B=22.17%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal110220940.5000.570.14112.3864.2961.57
Hex6EDC5E32039E70403e
Octal156334136620711616010076
Binary11011101101110010111101100100111001111011100001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDC5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,220,94); }

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

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

 a { background-color: rgb(110,220,94); }

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

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

 span { border-color: rgb(110,220,94); }

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