#6ECC82

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

Shades of De York #6ECC82

Tints of De York #6ECC82

Color information

#6ECC82 (or 0x6ECC82) is unknown color: approx De York. HEX triplet: 6E, CC and 82. RGB value is (110,204,130). Sum of RGB (Red+Green+Blue) = 110+204+130=444 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.77% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 130 (51.17% from 255 or 29.28% from 444); Max value from RGB is 204 - color contains mainly: green. Hex color #6ECC82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ECC82 is #91337D. Grayscale: #A7A7A7. Windows color (decimal): -9515902 or 8572014. OLE color: 8572014.

HSL color Cylindrical-coordinate representation of color #6ECC82: hue angle of 132.77º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6ECC82 is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB110204130-
CMYK0.4600.360.2
HSL132.77º47.96%61.57%-
HSV(B)132.77º46.08%80%-
XYZ32.0548.1128.72-
YUV167.46106.8687.02-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.77%
GREEN value IS 204 (80.08% from 255) = 45.95%
BLUE value IS 130 (51.17% from 255) = 29.28%
R=24.77%
G=45.95%
B=29.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1102041300.4600.360.2132.7747.9661.57
Hex6ECC822E0241485303e
Octal15631420256044242056076
Binary1101110110011001000001010111001001001010010000101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ECC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,204,130); }

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

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

 a { background-color: rgb(110,204,130); }

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

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

 span { border-color: rgb(110,204,130); }

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