#6CC475

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

Shades of Fern #6CC475

Tints of Fern #6CC475

Color information

#6CC475 (or 0x6CC475) is unknown color: approx Fern. HEX triplet: 6C, C4 and 75. RGB value is (108,196,117). Sum of RGB (Red+Green+Blue) = 108+196+117=421 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.65% from 421); Green value is 196 (76.95% from 255 or 46.56% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 196 - color contains mainly: green. Hex color #6CC475 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CC475 is #933B8A. Grayscale: #A0A0A0. Windows color (decimal): -9649035 or 7717996. OLE color: 7717996.

HSL color Cylindrical-coordinate representation of color #6CC475: hue angle of 126.14º 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 #6CC475 is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB108196117-
CMYK0.4500.400.23
HSL126.14º42.72%59.61%-
HSV(B)126.14º44.9%76.86%-
XYZ29.1443.9523.78-
YUV160.68103.3590.42-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.65%
GREEN value IS 196 (76.95% from 255) = 46.56%
BLUE value IS 117 (46.09% from 255) = 27.79%
R=25.65%
G=46.56%
B=27.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1081961170.4500.400.23126.1442.7259.61
Hex6CC4752D028177e2b3c
Octal15430416555050271765374
Binary11011001100010011101011011010101000101111111110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,196,117); }

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

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

 a { background-color: rgb(108,196,117); }

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

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

 span { border-color: rgb(108,196,117); }

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