#6FC264

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

Shades of Fern #6FC264

Tints of Fern #6FC264

Color information

#6FC264 (or 0x6FC264) is unknown color: approx Fern. HEX triplet: 6F, C2 and 64. RGB value is (111,194,100). Sum of RGB (Red+Green+Blue) = 111+194+100=405 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.41% from 405); Green value is 194 (76.17% from 255 or 47.90% from 405); Blue value is 100 (39.45% from 255 or 24.69% from 405); Max value from RGB is 194 - color contains mainly: green. Hex color #6FC264 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FC264 is #903D9B. Grayscale: #9E9E9E. Windows color (decimal): -9452956 or 6603375. OLE color: 6603375.

HSL color Cylindrical-coordinate representation of color #6FC264: hue angle of 112.98º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FC264 is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB111194100-
CMYK0.4300.480.24
HSL112.98º43.52%57.65%-
HSV(B)112.98º48.45%76.08%-
XYZ28.1542.8818.85-
YUV158.479594.14-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.41%
GREEN value IS 194 (76.17% from 255) = 47.90%
BLUE value IS 100 (39.45% from 255) = 24.69%
R=27.41%
G=47.90%
B=24.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1111941000.4300.480.24112.9843.5257.65
Hex6FC2642B03018712c3a
Octal15730214453060301615472
Binary11011111100001011001001010110110000110001110001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FC264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,194,100); }

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

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

 a { background-color: rgb(111,194,100); }

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

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

 span { border-color: rgb(111,194,100); }

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