Html Css Color HEX #6ED484 Pastel Green

📋 copy color: '#6ED484'

red 110 ◦ green 212 ◦ blue 132

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

Shades of Pastel Green #6ED484

Tints of Pastel Green #6ED484

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.7%

 BLUE value IS 132 (51.95% from 255) = 29.07%

R = 24.23%
G = 46.7%
B = 29.07%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#6ED484 (or 0x6ED484) is known color: Pastel Green. HEX triplet: 6E, D4 and 84. RGB value is (110,212,132). Sum of RGB (Red+Green+Blue) = 110+212+132=454 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.23% from 454); Green value is 212 (83.20% from 255 or 46.70% from 454); Blue value is 132 (51.95% from 255 or 29.07% from 454); Max value from RGB is 212 - color contains mainly: green. Hex color #6ED484 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED484 is #912B7B. Grayscale: #ACACAC. Windows color (decimal): -9513852 or 8705134. OLE color: 8705134.

HSL color Cylindrical-coordinate representation of color #6ED484: hue angle of 132.94º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ED484 is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB 110 212 132 -
CMYK 0.48 0 0.38 0.17
HSL 132.94º 0.54% 0.63% -
HSV(B) 132.94º 0.48% 0.83% -
XYZ 34.14 52.07 30.08 -
YUV 172.38 105.21 83.5 -
System Red Green Blue C M Y K H S L
Decimal 110 212 132 0.48 0 0.38 0.17 132.94 0.54 0.63
Hex 6E D4 84 30 0 26 11 85 36 3F
Octal 156 324 204 60 0 46 21 205 66 77
Binary 1101110 11010100 10000100 110000 0 100110 10001 10000101 110110 111111

Color Harmonies of #6ED484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED484

Black with #6ED484

Text Example


Text Example

White with #6ED484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,212,132); }

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

background-color css

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

 a { background-color: rgb(110,212,132); }

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

border-color css

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

 span { border-color: rgb(110,212,132); }

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