#6CC456

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

Shades of Mantis #6CC456

Tints of Mantis #6CC456

Color information

#6CC456 (or 0x6CC456) is unknown color: approx Mantis. HEX triplet: 6C, C4 and 56. RGB value is (108,196,86). Sum of RGB (Red+Green+Blue) = 108+196+86=390 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.69% from 390); Green value is 196 (76.95% from 255 or 50.26% from 390); Blue value is 86 (33.98% from 255 or 22.05% from 390); Max value from RGB is 196 - color contains mainly: green. Hex color #6CC456 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CC456 is #933BA9. Grayscale: #9D9D9D. Windows color (decimal): -9649066 or 5686380. OLE color: 5686380.

HSL color Cylindrical-coordinate representation of color #6CC456: hue angle of 108º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6CC456 is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB10819686-
CMYK0.4500.560.23
HSL108º48.25%55.29%-
HSV(B)108º56.12%76.86%-
XYZ27.643.3415.71-
YUV157.1587.8592.94-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.69%
GREEN value IS 196 (76.95% from 255) = 50.26%
BLUE value IS 86 (33.98% from 255) = 22.05%
R=27.69%
G=50.26%
B=22.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal108196860.4500.560.2310848.2555.29
Hex6CC4562D038176c3037
Octal15430412655070271546067
Binary11011001100010010101101011010111000101111101100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,196,86); }

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

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

 a { background-color: rgb(108,196,86); }

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

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

 span { border-color: rgb(108,196,86); }

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