Html Css Color HEX #6ECC82 De York

📋 copy color: '#6ECC82'

red 110 ◦ green 204 ◦ blue 130

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

Shades of De York #6ECC82

Tints of De York #6ECC82

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 value IS 0.46

 M value IS 0

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#6ECC82 (or 0x6ECC82) is known color: 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

RGB 110 204 130 -
CMYK 0.46 0 0.36 0.2
HSL 132.77º 0.48% 0.62% -
HSV(B) 132.77º 0.46% 0.8% -
XYZ 32.05 48.11 28.72 -
YUV 167.46 106.86 87.02 -
System Red Green Blue C M Y K H S L
Decimal 110 204 130 0.46 0 0.36 0.2 132.77 0.48 0.62
Hex 6E CC 82 2E 0 24 14 85 30 3E
Octal 156 314 202 56 0 44 24 205 60 76
Binary 1101110 11001100 10000010 101110 0 100100 10100 10000101 110000 111110

Color Harmonies of #6ECC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECC82

Black with #6ECC82

Text Example


Text Example

White with #6ECC82

Text Example


Text Example

HTML Codes & Css Web 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>