#6CDC4B

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

Shades of Mantis #6CDC4B

Tints of Mantis #6CDC4B

Color information

#6CDC4B (or 0x6CDC4B) is unknown color: approx Mantis. HEX triplet: 6C, DC and 4B. RGB value is (108,220,75). Sum of RGB (Red+Green+Blue) = 108+220+75=403 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.80% from 403); Green value is 220 (86.33% from 255 or 54.59% from 403); Blue value is 75 (29.69% from 255 or 18.61% from 403); Max value from RGB is 220 - color contains mainly: green. Hex color #6CDC4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CDC4B is #9323B4. Grayscale: #AAAAAA. Windows color (decimal): -9642933 or 4971628. OLE color: 4971628.

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

Color convert

RGB10822075-
CMYK0.5100.660.14
HSL106.34º67.44%57.84%-
HSV(B)106.34º65.91%86.27%-
XYZ33.0554.8815.51-
YUV169.9874.3983.79-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.80%
GREEN value IS 220 (86.33% from 255) = 54.59%
BLUE value IS 75 (29.69% from 255) = 18.61%
R=26.80%
G=54.59%
B=18.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal108220750.5100.660.14106.3467.4457.84
Hex6CDC4B33042E6a433a
Octal1543341136301021615210372
Binary110110011011100100101111001101000010111011010101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,220,75); }

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

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

 a { background-color: rgb(108,220,75); }

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

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

 span { border-color: rgb(108,220,75); }

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