#6EC580

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

Shades of Fern #6EC580

Tints of Fern #6EC580

Color information

#6EC580 (or 0x6EC580) is unknown color: approx Fern. HEX triplet: 6E, C5 and 80. RGB value is (110,197,128). Sum of RGB (Red+Green+Blue) = 110+197+128=435 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.29% from 435); Green value is 197 (77.34% from 255 or 45.29% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 197 - color contains mainly: green. Hex color #6EC580 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EC580 is #913A7F. Grayscale: #A3A3A3. Windows color (decimal): -9517696 or 8439150. OLE color: 8439150.

HSL color Cylindrical-coordinate representation of color #6EC580: hue angle of 132.41º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6EC580 is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB110197128-
CMYK0.4400.350.23
HSL132.41º42.86%60.2%-
HSV(B)132.41º44.16%77.25%-
XYZ30.2944.8127.47-
YUV163.12108.1890.11-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.29%
GREEN value IS 197 (77.34% from 255) = 45.29%
BLUE value IS 128 (50.39% from 255) = 29.43%
R=25.29%
G=45.29%
B=29.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1101971280.4400.350.23132.4142.8660.2
Hex6EC5802C02317842b3c
Octal15630520054043272045374
Binary1101110110001011000000010110001000111011110000100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EC580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,197,128); }

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

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

 a { background-color: rgb(110,197,128); }

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

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

 span { border-color: rgb(110,197,128); }

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