#6DCD52

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

Shades of Mantis #6DCD52

Tints of Mantis #6DCD52

Color information

#6DCD52 (or 0x6DCD52) is unknown color: approx Mantis. HEX triplet: 6D, CD and 52. RGB value is (109,205,82). Sum of RGB (Red+Green+Blue) = 109+205+82=396 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.53% from 396); Green value is 205 (80.47% from 255 or 51.77% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCD52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCD52 is #9232AD. Grayscale: #A2A2A2. Windows color (decimal): -9581230 or 5426541. OLE color: 5426541.

HSL color Cylindrical-coordinate representation of color #6DCD52: hue angle of 106.83º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6DCD52 is Cyan = 0.47, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.20.

Color convert

RGB10920582-
CMYK0.4700.60.20
HSL106.83º55.16%56.27%-
HSV(B)106.83º60%80.39%-
XYZ29.6647.5215.59-
YUV162.2782.790-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.53%
GREEN value IS 205 (80.47% from 255) = 51.77%
BLUE value IS 82 (32.42% from 255) = 20.71%
R=27.53%
G=51.77%
B=20.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal109205820.4700.60.20106.8355.1656.27
Hex6DCD522F03C146b3738
Octal15531512257074241536770
Binary11011011100110110100101011110111100101001101011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,205,82); }

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

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

 a { background-color: rgb(109,205,82); }

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

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

 span { border-color: rgb(109,205,82); }

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