Html Css Color HEX #6EC280 Fern

📋 copy color: '#6EC280'

red 110 ◦ green 194 ◦ blue 128

#6EC280
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #6EC280

Tints of Fern #6EC280

RGB

 RED value IS 110 (43.36% from 255) = 25.46%

 GREEN value IS 194 (76.17% from 255) = 44.91%

 BLUE value IS 128 (50.39% from 255) = 29.63%

R = 25.46%
G = 44.91%
B = 29.63%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#6EC280 (or 0x6EC280) is known color: Fern. HEX triplet: 6E, C2 and 80. RGB value is (110,194,128). Sum of RGB (Red+Green+Blue) = 110+194+128=432 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.46% from 432); Green value is 194 (76.17% from 255 or 44.91% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 194 - color contains mainly: green. Hex color #6EC280 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EC280 is #913D7F. Grayscale: #A1A1A1. Windows color (decimal): -9518464 or 8438382. OLE color: 8438382.

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

Color convert

RGB 110 194 128 -
CMYK 0.43 0 0.34 0.24
HSL 132.86º 0.41% 0.6% -
HSV(B) 132.86º 0.43% 0.76% -
XYZ 29.62 43.46 27.25 -
YUV 161.36 109.17 91.37 -
System Red Green Blue C M Y K H S L
Decimal 110 194 128 0.43 0 0.34 0.24 132.86 0.41 0.6
Hex 6E C2 80 2B 0 22 18 85 29 3C
Octal 156 302 200 53 0 42 30 205 51 74
Binary 1101110 11000010 10000000 101011 0 100010 11000 10000101 101001 111100

Color Harmonies of #6EC280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EC280

Black with #6EC280

Text Example


Text Example

White with #6EC280

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6EC280;
 }
 .AnyTagClassName
 {
   color: #6EC280;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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