#6BCC52

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

Shades of Mantis #6BCC52

Tints of Mantis #6BCC52

Color information

#6BCC52 (or 0x6BCC52) is unknown color: approx Mantis. HEX triplet: 6B, CC and 52. RGB value is (107,204,82). Sum of RGB (Red+Green+Blue) = 107+204+82=393 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.23% from 393); Green value is 204 (80.08% from 255 or 51.91% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 204 - color contains mainly: green. Hex color #6BCC52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCC52 is #9433AD. Grayscale: #A1A1A1. Windows color (decimal): -9712558 or 5426283. OLE color: 5426283.

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

Color convert

RGB10720482-
CMYK0.4800.600.2
HSL107.7º54.46%56.08%-
HSV(B)107.7º59.8%80%-
XYZ29.1846.9215.5-
YUV161.0983.3689.42-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.23%
GREEN value IS 204 (80.08% from 255) = 51.91%
BLUE value IS 82 (32.42% from 255) = 20.87%
R=27.23%
G=51.91%
B=20.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal107204820.4800.600.2107.754.4656.08
Hex6BCC523003C146c3638
Octal15331412260074241546670
Binary11010111100110010100101100000111100101001101100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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