Html Css Color HEX #6ED45E Pastel Green

📋 copy color: '#6ED45E'

red 110 ◦ green 212 ◦ blue 94

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

Shades of Pastel Green #6ED45E

Tints of Pastel Green #6ED45E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.6%

R = 26.44%
G = 50.96%
B = 22.6%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#6ED45E (or 0x6ED45E) is known color: Pastel Green. HEX triplet: 6E, D4 and 5E. RGB value is (110,212,94). Sum of RGB (Red+Green+Blue) = 110+212+94=416 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.44% from 416); Green value is 212 (83.20% from 255 or 50.96% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 212 - color contains mainly: green. Hex color #6ED45E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED45E is #912BA1. Grayscale: #A8A8A8. Windows color (decimal): -9513890 or 6214766. OLE color: 6214766.

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

Color convert

RGB 110 212 94 -
CMYK 0.48 0 0.56 0.17
HSL 111.86º 0.58% 0.6% -
HSV(B) 111.86º 0.56% 0.83% -
XYZ 31.99 51.21 18.79 -
YUV 168.05 86.21 86.59 -
System Red Green Blue C M Y K H S L
Decimal 110 212 94 0.48 0 0.56 0.17 111.86 0.58 0.6
Hex 6E D4 5E 30 0 38 11 70 3A 3C
Octal 156 324 136 60 0 70 21 160 72 74
Binary 1101110 11010100 1011110 110000 0 111000 10001 1110000 111010 111100

Color Harmonies of #6ED45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED45E

Black with #6ED45E

Text Example


Text Example

White with #6ED45E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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