Html Css Color HEX #6EDC70 Pastel Green

📋 copy color: '#6EDC70'

red 110 ◦ green 220 ◦ blue 112

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

Shades of Pastel Green #6EDC70

Tints of Pastel Green #6EDC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.34%

R = 24.89%
G = 49.77%
B = 25.34%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#6EDC70 (or 0x6EDC70) is known color: Pastel Green. HEX triplet: 6E, DC and 70. RGB value is (110,220,112). Sum of RGB (Red+Green+Blue) = 110+220+112=442 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.89% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EDC70 is #91238F. Grayscale: #AFAFAF. Windows color (decimal): -9511824 or 7396462. OLE color: 7396462.

HSL color Cylindrical-coordinate representation of color #6EDC70: hue angle of 121.09º 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 #6EDC70 is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 220 112 -
CMYK 0.50 0 0.49 0.14
HSL 121.09º 0.61% 0.65% -
HSV(B) 121.09º 0.5% 0.86% -
XYZ 34.95 55.67 24.23 -
YUV 174.8 92.56 81.78 -
System Red Green Blue C M Y K H S L
Decimal 110 220 112 0.50 0 0.49 0.14 121.09 0.61 0.65
Hex 6E DC 70 32 0 31 E 79 3D 41
Octal 156 334 160 62 0 61 16 171 75 101
Binary 1101110 11011100 1110000 110010 0 110001 1110 1111001 111101 1000001

Color Harmonies of #6EDC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDC70

Black with #6EDC70

Text Example


Text Example

White with #6EDC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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