#6CDB50

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

Shades of Mantis #6CDB50

Tints of Mantis #6CDB50

Color information

#6CDB50 (or 0x6CDB50) is unknown color: approx Mantis. HEX triplet: 6C, DB and 50. RGB value is (108,219,80). Sum of RGB (Red+Green+Blue) = 108+219+80=407 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.54% from 407); Green value is 219 (85.94% from 255 or 53.81% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 219 - color contains mainly: green. Hex color #6CDB50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CDB50 is #9324AF. Grayscale: #AAAAAA. Windows color (decimal): -9643184 or 5299052. OLE color: 5299052.

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

Color convert

RGB10821980-
CMYK0.5100.630.14
HSL107.91º65.88%58.63%-
HSV(B)107.91º63.47%85.88%-
XYZ32.9654.4316.36-
YUV169.9677.2383.8-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.54%
GREEN value IS 219 (85.94% from 255) = 53.81%
BLUE value IS 80 (31.64% from 255) = 19.66%
R=26.54%
G=53.81%
B=19.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal108219800.5100.630.14107.9165.8858.63
Hex6CDB503303FE6c423b
Octal154333120630771615410273
Binary11011001101101110100001100110111111111011011001000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,219,80); }

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

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

 a { background-color: rgb(108,219,80); }

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

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

 span { border-color: rgb(108,219,80); }

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