#6DDC48

Color #6DDC48 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #6DDC48

Tints of Mantis #6DDC48

Color information

#6DDC48 (or 0x6DDC48) is unknown color: approx Mantis. HEX triplet: 6D, DC and 48. RGB value is (109,220,72). Sum of RGB (Red+Green+Blue) = 109+220+72=401 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.18% from 401); Green value is 220 (86.33% from 255 or 54.86% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 220 - color contains mainly: green. Hex color #6DDC48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DDC48 is #9223B7. Grayscale: #AAAAAA. Windows color (decimal): -9577400 or 4775021. OLE color: 4775021.

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

Color convert

RGB10922072-
CMYK0.5000.670.14
HSL105º67.89%57.25%-
HSV(B)105º67.27%86.27%-
XYZ33.0754.9114.99-
YUV169.9472.7384.53-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.18%
GREEN value IS 220 (86.33% from 255) = 54.86%
BLUE value IS 72 (28.52% from 255) = 17.96%
R=27.18%
G=54.86%
B=17.96%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal109220720.5000.670.1410567.8957.25
Hex6DDC4832043E694439
Octal1553341106201031615110471
Binary110110111011100100100011001001000011111011010011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6DDC48;
 }
 .AnyTagClassName
 {
   color: #6DDC48;
 }
</style>
background-color css

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

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

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

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

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

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