Html Css Color HEX #6EDC46 Mantis

📋 copy color: '#6EDC46'

red 110 ◦ green 220 ◦ blue 70

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

Shades of Mantis #6EDC46

Tints of Mantis #6EDC46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.5%

R = 27.5%
G = 55%
B = 17.5%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#6EDC46 (or 0x6EDC46) is known color: Mantis. HEX triplet: 6E, DC and 46. RGB value is (110,220,70). Sum of RGB (Red+Green+Blue) = 110+220+70=400 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.5% from 400); Green value is 220 (86.33% from 255 or 55% from 400); Blue value is 70 (27.73% from 255 or 17.5% from 400); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDC46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EDC46 is #9123B9. Grayscale: #AAAAAA. Windows color (decimal): -9511866 or 4643950. OLE color: 4643950.

HSL color Cylindrical-coordinate representation of color #6EDC46: hue angle of 104º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6EDC46 is Cyan = 0.50, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 220 70 -
CMYK 0.50 0 0.68 0.14
HSL 104º 0.68% 0.57% -
HSV(B) 104º 0.68% 0.86% -
XYZ 33.13 54.94 14.65 -
YUV 170.01 71.56 85.2 -
System Red Green Blue C M Y K H S L
Decimal 110 220 70 0.50 0 0.68 0.14 104 0.68 0.57
Hex 6E DC 46 32 0 44 E 68 44 39
Octal 156 334 106 62 0 104 16 150 104 71
Binary 1101110 11011100 1000110 110010 0 1000100 1110 1101000 1000100 111001

Color Harmonies of #6EDC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDC46

Black with #6EDC46

Text Example


Text Example

White with #6EDC46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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