#6DC580

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

Shades of Fern #6DC580

Tints of Fern #6DC580

Color information

#6DC580 (or 0x6DC580) is unknown color: approx Fern. HEX triplet: 6D, C5 and 80. RGB value is (109,197,128). Sum of RGB (Red+Green+Blue) = 109+197+128=434 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.12% from 434); Green value is 197 (77.34% from 255 or 45.39% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 197 - color contains mainly: green. Hex color #6DC580 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DC580 is #923A7F. Grayscale: #A3A3A3. Windows color (decimal): -9583232 or 8439149. OLE color: 8439149.

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

Color convert

RGB109197128-
CMYK0.4500.350.23
HSL132.95º43.14%60%-
HSV(B)132.95º44.67%77.25%-
XYZ30.1744.7427.47-
YUV162.82108.3589.61-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.12%
GREEN value IS 197 (77.34% from 255) = 45.39%
BLUE value IS 128 (50.39% from 255) = 29.49%
R=25.12%
G=45.39%
B=29.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1091971280.4500.350.23132.9543.1460
Hex6DC5802D02317852b3c
Octal15530520055043272055374
Binary1101101110001011000000010110101000111011110000101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DC580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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