#6DC470

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

Shades of Fern #6DC470

Tints of Fern #6DC470

Color information

#6DC470 (or 0x6DC470) is unknown color: approx Fern. HEX triplet: 6D, C4 and 70. RGB value is (109,196,112). Sum of RGB (Red+Green+Blue) = 109+196+112=417 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.14% from 417); Green value is 196 (76.95% from 255 or 47.00% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 196 - color contains mainly: green. Hex color #6DC470 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DC470 is #923B8F. Grayscale: #A0A0A0. Windows color (decimal): -9583504 or 7390317. OLE color: 7390317.

HSL color Cylindrical-coordinate representation of color #6DC470: hue angle of 122.07º degrees, saturation: 0.42, 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 #6DC470 is Cyan = 0.44, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB109196112-
CMYK0.4400.430.23
HSL122.07º42.44%59.8%-
HSV(B)122.07º44.39%76.86%-
XYZ28.9743.922.28-
YUV160.41100.6891.33-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.14%
GREEN value IS 196 (76.95% from 255) = 47.00%
BLUE value IS 112 (44.14% from 255) = 26.86%
R=26.14%
G=47.00%
B=26.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1091961120.4400.430.23122.0742.4459.8
Hex6DC4702C02B177a2a3c
Octal15530416054053271725274
Binary11011011100010011100001011000101011101111111010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DC470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,196,112); }

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

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

 a { background-color: rgb(109,196,112); }

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

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

 span { border-color: rgb(109,196,112); }

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