#6BCA55

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

Shades of Mantis #6BCA55

Tints of Mantis #6BCA55

Color information

#6BCA55 (or 0x6BCA55) is unknown color: approx Mantis. HEX triplet: 6B, CA and 55. RGB value is (107,202,85). Sum of RGB (Red+Green+Blue) = 107+202+85=394 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.16% from 394); Green value is 202 (79.30% from 255 or 51.27% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 202 - color contains mainly: green. Hex color #6BCA55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCA55 is #9435AA. Grayscale: #A0A0A0. Windows color (decimal): -9713067 or 5622379. OLE color: 5622379.

HSL color Cylindrical-coordinate representation of color #6BCA55: hue angle of 108.72º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BCA55 is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB10720285-
CMYK0.4700.580.21
HSL108.72º52.47%56.27%-
HSV(B)108.72º57.92%79.22%-
XYZ28.8246.0215.96-
YUV160.2685.5390.01-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.16%
GREEN value IS 202 (79.30% from 255) = 51.27%
BLUE value IS 85 (33.59% from 255) = 21.57%
R=27.16%
G=51.27%
B=21.57%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal107202850.4700.580.21108.7252.4756.27
Hex6BCA552F03A156d3438
Octal15331212557072251556470
Binary11010111100101010101011011110111010101011101101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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