#6CDD49

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

Shades of Mantis #6CDD49

Tints of Mantis #6CDD49

Color information

#6CDD49 (or 0x6CDD49) is unknown color: approx Mantis. HEX triplet: 6C, DD and 49. RGB value is (108,221,73). Sum of RGB (Red+Green+Blue) = 108+221+73=402 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.87% from 402); Green value is 221 (86.72% from 255 or 54.98% from 402); Blue value is 73 (28.91% from 255 or 18.16% from 402); Max value from RGB is 221 - color contains mainly: green. Hex color #6CDD49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CDD49 is #9322B6. Grayscale: #AAAAAA. Windows color (decimal): -9642679 or 4840812. OLE color: 4840812.

HSL color Cylindrical-coordinate representation of color #6CDD49: hue angle of 105.81º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6CDD49 is Cyan = 0.51, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB10822173-
CMYK0.5100.670.13
HSL105.81º68.52%57.65%-
HSV(B)105.81º66.97%86.67%-
XYZ33.2455.3815.24-
YUV170.3473.0683.53-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.87%
GREEN value IS 221 (86.72% from 255) = 54.98%
BLUE value IS 73 (28.91% from 255) = 18.16%
R=26.87%
G=54.98%
B=18.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal108221730.5100.670.13105.8168.5257.65
Hex6CDD4933043D6a453a
Octal1543351116301031515210572
Binary110110011011101100100111001101000011110111010101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDD49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,221,73); }

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

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

 a { background-color: rgb(108,221,73); }

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

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

 span { border-color: rgb(108,221,73); }

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