#68DC4A

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

Shades of Mantis #68DC4A

Tints of Mantis #68DC4A

Color information

#68DC4A (or 0x68DC4A) is unknown color: approx Mantis. HEX triplet: 68, DC and 4A. RGB value is (104,220,74). Sum of RGB (Red+Green+Blue) = 104+220+74=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 220 (86.33% from 255 or 55.28% from 398); Blue value is 74 (29.30% from 255 or 18.59% from 398); Max value from RGB is 220 - color contains mainly: green. Hex color #68DC4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68DC4A is #9723B5. Grayscale: #A9A9A9. Windows color (decimal): -9905078 or 4906088. OLE color: 4906088.

HSL color Cylindrical-coordinate representation of color #68DC4A: hue angle of 107.67º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #68DC4A is Cyan = 0.53, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB10422074-
CMYK0.5300.660.14
HSL107.67º67.59%57.65%-
HSV(B)107.67º66.36%86.27%-
XYZ32.5454.6215.31-
YUV168.6774.5781.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.13%
GREEN value IS 220 (86.33% from 255) = 55.28%
BLUE value IS 74 (29.30% from 255) = 18.59%
R=26.13%
G=55.28%
B=18.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal104220740.5300.660.14107.6767.5957.65
Hex68DC4A35042E6c443a
Octal1503341126501021615410472
Binary110100011011100100101011010101000010111011011001000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68DC4A; }

 p { color: rgb(104,220,74); }

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

<style>
 a { background-color: #68DC4A; }

 a { background-color: rgb(104,220,74); }

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

<style>
 span { border-color: #68DC4A; }

 span { border-color: rgb(104,220,74); }

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