#6BCD5A

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

Shades of Mantis #6BCD5A

Tints of Mantis #6BCD5A

Color information

#6BCD5A (or 0x6BCD5A) is unknown color: approx Mantis. HEX triplet: 6B, CD and 5A. RGB value is (107,205,90). Sum of RGB (Red+Green+Blue) = 107+205+90=402 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.62% from 402); Green value is 205 (80.47% from 255 or 51.00% from 402); Blue value is 90 (35.55% from 255 or 22.39% from 402); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCD5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCD5A is #9432A5. Grayscale: #A2A2A2. Windows color (decimal): -9712294 or 5950827. OLE color: 5950827.

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

Color convert

RGB10720590-
CMYK0.4800.560.20
HSL111.13º53.49%57.84%-
HSV(B)111.13º56.1%80.39%-
XYZ29.7447.5317.28-
YUV162.5987.0388.35-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.62%
GREEN value IS 205 (80.47% from 255) = 51.00%
BLUE value IS 90 (35.55% from 255) = 22.39%
R=26.62%
G=51.00%
B=22.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal107205900.4800.560.20111.1353.4957.84
Hex6BCD5A30038146f353a
Octal15331513260070241576572
Binary11010111100110110110101100000111000101001101111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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