Html Css Color HEX #6ED274 Pastel Green

📋 copy color: '#6ED274'

red 110 ◦ green 210 ◦ blue 116

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

Shades of Pastel Green #6ED274

Tints of Pastel Green #6ED274

RGB

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

 GREEN value IS 210 (82.42% from 255) = 48.17%

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

R = 25.23%
G = 48.17%
B = 26.61%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#6ED274 (or 0x6ED274) is known color: Pastel Green. HEX triplet: 6E, D2 and 74. RGB value is (110,210,116). Sum of RGB (Red+Green+Blue) = 110+210+116=436 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.23% from 436); Green value is 210 (82.42% from 255 or 48.17% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 210 - color contains mainly: green. Hex color #6ED274 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED274 is #912D8B. Grayscale: #A9A9A9. Windows color (decimal): -9514380 or 7656046. OLE color: 7656046.

HSL color Cylindrical-coordinate representation of color #6ED274: hue angle of 123.6º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ED274 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 110 210 116 -
CMYK 0.48 0 0.45 0.18
HSL 123.6º 0.53% 0.63% -
HSV(B) 123.6º 0.48% 0.82% -
XYZ 32.63 50.67 24.58 -
YUV 169.38 97.87 85.64 -
System Red Green Blue C M Y K H S L
Decimal 110 210 116 0.48 0 0.45 0.18 123.6 0.53 0.63
Hex 6E D2 74 30 0 2D 12 7C 35 3F
Octal 156 322 164 60 0 55 22 174 65 77
Binary 1101110 11010010 1110100 110000 0 101101 10010 1111100 110101 111111

Color Harmonies of #6ED274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED274

Black with #6ED274

Text Example


Text Example

White with #6ED274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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