#6CD64C

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

Shades of Mantis #6CD64C

Tints of Mantis #6CD64C

Color information

#6CD64C (or 0x6CD64C) is unknown color: approx Mantis. HEX triplet: 6C, D6 and 4C. RGB value is (108,214,76). Sum of RGB (Red+Green+Blue) = 108+214+76=398 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.14% from 398); Green value is 214 (83.98% from 255 or 53.77% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 214 - color contains mainly: green. Hex color #6CD64C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CD64C is #9329B3. Grayscale: #A7A7A7. Windows color (decimal): -9644468 or 5035628. OLE color: 5035628.

HSL color Cylindrical-coordinate representation of color #6CD64C: hue angle of 106.09º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6CD64C is Cyan = 0.50, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB10821476-
CMYK0.5000.640.16
HSL106.09º62.73%56.86%-
HSV(B)106.09º64.49%83.92%-
XYZ31.5451.815.17-
YUV166.5776.8886.22-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.14%
GREEN value IS 214 (83.98% from 255) = 53.77%
BLUE value IS 76 (30.08% from 255) = 19.10%
R=27.14%
G=53.77%
B=19.10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal108214760.5000.640.16106.0962.7356.86
Hex6CD64C32040106a3f39
Octal154326114620100201527771
Binary110110011010110100110011001001000000100001101010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,214,76); }

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

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

 a { background-color: rgb(108,214,76); }

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

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

 span { border-color: rgb(108,214,76); }

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