Html Css Color HEX #6EDE50 Mantis

📋 copy color: '#6EDE50'

red 110 ◦ green 222 ◦ blue 80

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

Shades of Mantis #6EDE50

Tints of Mantis #6EDE50

RGB

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

 GREEN value IS 222 (87.11% from 255) = 53.88%

 BLUE value IS 80 (31.64% from 255) = 19.42%

R = 26.7%
G = 53.88%
B = 19.42%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#6EDE50 (or 0x6EDE50) is known color: Mantis. HEX triplet: 6E, DE and 50. RGB value is (110,222,80). Sum of RGB (Red+Green+Blue) = 110+222+80=412 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.70% from 412); Green value is 222 (87.11% from 255 or 53.88% from 412); Blue value is 80 (31.64% from 255 or 19.42% from 412); Max value from RGB is 222 - color contains mainly: green. Hex color #6EDE50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EDE50 is #9121AF. Grayscale: #ACACAC. Windows color (decimal): -9511344 or 5299822. OLE color: 5299822.

HSL color Cylindrical-coordinate representation of color #6EDE50: hue angle of 107.32º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6EDE50 is Cyan = 0.50, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 222 80 -
CMYK 0.50 0 0.64 0.13
HSL 107.32º 0.68% 0.59% -
HSV(B) 107.32º 0.64% 0.87% -
XYZ 34 56.14 16.63 -
YUV 172.32 75.89 83.55 -
System Red Green Blue C M Y K H S L
Decimal 110 222 80 0.50 0 0.64 0.13 107.32 0.68 0.59
Hex 6E DE 50 32 0 40 D 6B 44 3B
Octal 156 336 120 62 0 100 15 153 104 73
Binary 1101110 11011110 1010000 110010 0 1000000 1101 1101011 1000100 111011

Color Harmonies of #6EDE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDE50

Black with #6EDE50

Text Example


Text Example

White with #6EDE50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,222,80); }

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

background-color css

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

 a { background-color: rgb(110,222,80); }

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

border-color css

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

 span { border-color: rgb(110,222,80); }

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