#6CCA60

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

Shades of Mantis #6CCA60

Tints of Mantis #6CCA60

Color information

#6CCA60 (or 0x6CCA60) is unknown color: approx Mantis. HEX triplet: 6C, CA and 60. RGB value is (108,202,96). Sum of RGB (Red+Green+Blue) = 108+202+96=406 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.60% from 406); Green value is 202 (79.30% from 255 or 49.75% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 202 - color contains mainly: green. Hex color #6CCA60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CCA60 is #93359F. Grayscale: #A2A2A2. Windows color (decimal): -9647520 or 6343276. OLE color: 6343276.

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

Color convert

RGB10820296-
CMYK0.4700.520.21
HSL113.21º50%58.43%-
HSV(B)113.21º52.48%79.22%-
XYZ29.4246.2718.45-
YUV161.8190.8689.62-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.60%
GREEN value IS 202 (79.30% from 255) = 49.75%
BLUE value IS 96 (37.89% from 255) = 23.65%
R=26.60%
G=49.75%
B=23.65%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal108202960.4700.520.21113.215058.43
Hex6CCA602F0341571323a
Octal15431214057064251616272
Binary11011001100101011000001011110110100101011110001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CCA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,202,96); }

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

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

 a { background-color: rgb(108,202,96); }

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

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

 span { border-color: rgb(108,202,96); }

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