Html Css Color HEX #6EC880 De York

📋 copy color: '#6EC880'

red 110 ◦ green 200 ◦ blue 128

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

Shades of De York #6EC880

Tints of De York #6EC880

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.66%

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

R = 25.11%
G = 45.66%
B = 29.22%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#6EC880 (or 0x6EC880) is known color: De York. HEX triplet: 6E, C8 and 80. RGB value is (110,200,128). Sum of RGB (Red+Green+Blue) = 110+200+128=438 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25.11% from 438); Green value is 200 (78.52% from 255 or 45.66% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 200 - color contains mainly: green. Hex color #6EC880 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EC880 is #91377F. Grayscale: #A5A5A5. Windows color (decimal): -9516928 or 8439918. OLE color: 8439918.

HSL color Cylindrical-coordinate representation of color #6EC880: hue angle of 132º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6EC880 is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 110 200 128 -
CMYK 0.45 0 0.36 0.22
HSL 132º 0.45% 0.61% -
HSV(B) 132º 0.45% 0.78% -
XYZ 30.98 46.18 27.7 -
YUV 164.88 107.18 88.85 -
System Red Green Blue C M Y K H S L
Decimal 110 200 128 0.45 0 0.36 0.22 132 0.45 0.61
Hex 6E C8 80 2D 0 24 16 84 2D 3D
Octal 156 310 200 55 0 44 26 204 55 75
Binary 1101110 11001000 10000000 101101 0 100100 10110 10000100 101101 111101

Color Harmonies of #6EC880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EC880

Black with #6EC880

Text Example


Text Example

White with #6EC880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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