#6BCC55

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

Shades of Mantis #6BCC55

Tints of Mantis #6BCC55

Color information

#6BCC55 (or 0x6BCC55) is unknown color: approx Mantis. HEX triplet: 6B, CC and 55. RGB value is (107,204,85). Sum of RGB (Red+Green+Blue) = 107+204+85=396 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.02% from 396); Green value is 204 (80.08% from 255 or 51.52% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 204 - color contains mainly: green. Hex color #6BCC55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCC55 is #9433AA. Grayscale: #A1A1A1. Windows color (decimal): -9712555 or 5622891. OLE color: 5622891.

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

Color convert

RGB10720485-
CMYK0.4800.580.2
HSL108.91º53.85%56.67%-
HSV(B)108.91º58.33%80%-
XYZ29.346.9716.12-
YUV161.4384.8689.18-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.02%
GREEN value IS 204 (80.08% from 255) = 51.52%
BLUE value IS 85 (33.59% from 255) = 21.46%
R=27.02%
G=51.52%
B=21.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal107204850.4800.580.2108.9153.8556.67
Hex6BCC553003A146d3639
Octal15331412560072241556671
Binary11010111100110010101011100000111010101001101101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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