Html Css Color HEX #6DDC46 Mantis

📋 copy color: '#6DDC46'

red 109 ◦ green 220 ◦ blue 70

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

Shades of Mantis #6DDC46

Tints of Mantis #6DDC46

RGB

 RED value IS 109 (42.97% from 255) = 27.32%

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

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

R = 27.32%
G = 55.14%
B = 17.54%

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

#6DDC46 (or 0x6DDC46) is known color: Mantis. HEX triplet: 6D, DC and 46. RGB value is (109,220,70). Sum of RGB (Red+Green+Blue) = 109+220+70=399 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.32% from 399); Green value is 220 (86.33% from 255 or 55.14% from 399); Blue value is 70 (27.73% from 255 or 17.54% from 399); Max value from RGB is 220 - color contains mainly: green. Hex color #6DDC46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DDC46 is #9223B9. Grayscale: #AAAAAA. Windows color (decimal): -9577402 or 4643949. OLE color: 4643949.

HSL color Cylindrical-coordinate representation of color #6DDC46: hue angle of 104.4º 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 #6DDC46 is Cyan = 0.50, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 109 220 70 -
CMYK 0.50 0 0.68 0.14
HSL 104.4º 0.68% 0.57% -
HSV(B) 104.4º 0.68% 0.86% -
XYZ 33.01 54.88 14.65 -
YUV 169.71 71.73 84.7 -
System Red Green Blue C M Y K H S L
Decimal 109 220 70 0.50 0 0.68 0.14 104.4 0.68 0.57
Hex 6D DC 46 32 0 44 E 68 44 39
Octal 155 334 106 62 0 104 16 150 104 71
Binary 1101101 11011100 1000110 110010 0 1000100 1110 1101000 1000100 111001

Color Harmonies of #6DDC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDC46

Black with #6DDC46

Text Example


Text Example

White with #6DDC46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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