#6bcd55

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

Shades of Mantis #6BCD55

Tints of Mantis #6BCD55

Color information

#6BCD55 (or 0x6BCD55) is unknown color: approx Mantis. HEX triplet: 6B, CD and 55. RGB value is (107,205,85). Sum of RGB (Red+Green+Blue) = 107+205+85=397 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.95% from 397); Green value is 205 (80.47% from 255 or 51.64% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCD55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCD55 is #9432AA. Grayscale: #A2A2A2. Windows color (decimal): -9712299 or 5623147. OLE color: 5623147.

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

Color convert

RGB10720585-
CMYK0.4800.590.20
HSL109º54.55%56.86%-
HSV(B)109º58.54%80.39%-
XYZ29.5347.4416.2-
YUV162.0284.5388.76-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.95%
GREEN value IS 205 (80.47% from 255) = 51.64%
BLUE value IS 85 (33.59% from 255) = 21.41%
R=26.95%
G=51.64%
B=21.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal107205850.4800.590.2010954.5556.86
Hex6BCD553003B146d3739
Octal15331512560073241556771
Binary11010111100110110101011100000111011101001101101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6bcd55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,205,85); }

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

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

 a { background-color: rgb(107,205,85); }

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

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

 span { border-color: rgb(107,205,85); }

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