#68CA5A

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

Shades of Mantis #68CA5A

Tints of Mantis #68CA5A

Color information

#68CA5A (or 0x68CA5A) is unknown color: approx Mantis. HEX triplet: 68, CA and 5A. RGB value is (104,202,90). Sum of RGB (Red+Green+Blue) = 104+202+90=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 202 (79.30% from 255 or 51.01% from 396); Blue value is 90 (35.55% from 255 or 22.73% from 396); Max value from RGB is 202 - color contains mainly: green. Hex color #68CA5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CA5A is #9735A5. Grayscale: #A0A0A0. Windows color (decimal): -9909670 or 5950056. OLE color: 5950056.

HSL color Cylindrical-coordinate representation of color #68CA5A: hue angle of 112.5º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68CA5A is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB10420290-
CMYK0.4900.550.21
HSL112.5º51.38%57.25%-
HSV(B)112.5º55.45%79.22%-
XYZ28.6745.9217.03-
YUV159.9388.5388.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.26%
GREEN value IS 202 (79.30% from 255) = 51.01%
BLUE value IS 90 (35.55% from 255) = 22.73%
R=26.26%
G=51.01%
B=22.73%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal104202900.4900.550.21112.551.3857.25
Hex68CA5A3103715703339
Octal15031213261067251606371
Binary11010001100101010110101100010110111101011110000110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,202,90); }

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

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

 a { background-color: rgb(104,202,90); }

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

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

 span { border-color: rgb(104,202,90); }

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