Html Css Color HEX #6EDC74 Pastel Green

📋 copy color: '#6EDC74'

red 110 ◦ green 220 ◦ blue 116

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

Shades of Pastel Green #6EDC74

Tints of Pastel Green #6EDC74

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.33%

 BLUE value IS 116 (45.7% from 255) = 26.01%

R = 24.66%
G = 49.33%
B = 26.01%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#6EDC74 (or 0x6EDC74) is known color: Pastel Green. HEX triplet: 6E, DC and 74. RGB value is (110,220,116). Sum of RGB (Red+Green+Blue) = 110+220+116=446 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.66% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 116 (45.70% from 255 or 26.01% from 446); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDC74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EDC74 is #91238B. Grayscale: #AFAFAF. Windows color (decimal): -9511820 or 7658606. OLE color: 7658606.

HSL color Cylindrical-coordinate representation of color #6EDC74: hue angle of 123.27º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDC74 is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 220 116 -
CMYK 0.50 0 0.47 0.14
HSL 123.27º 0.61% 0.65% -
HSV(B) 123.27º 0.5% 0.86% -
XYZ 35.18 55.76 25.43 -
YUV 175.25 94.56 81.46 -
System Red Green Blue C M Y K H S L
Decimal 110 220 116 0.50 0 0.47 0.14 123.27 0.61 0.65
Hex 6E DC 74 32 0 2F E 7B 3D 41
Octal 156 334 164 62 0 57 16 173 75 101
Binary 1101110 11011100 1110100 110010 0 101111 1110 1111011 111101 1000001

Color Harmonies of #6EDC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDC74

Black with #6EDC74

Text Example


Text Example

White with #6EDC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,220,116); }

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

background-color css

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

 a { background-color: rgb(110,220,116); }

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

border-color css

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

 span { border-color: rgb(110,220,116); }

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