#7CCD6A

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

Shades of Mantis #7CCD6A

Tints of Mantis #7CCD6A

Color information

#7CCD6A (or 0x7CCD6A) is unknown color: approx Mantis. HEX triplet: 7C, CD and 6A. RGB value is (124,205,106). Sum of RGB (Red+Green+Blue) = 124+205+106=435 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.51% from 435); Green value is 205 (80.47% from 255 or 47.13% from 435); Blue value is 106 (41.80% from 255 or 24.37% from 435); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCD6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCD6A is #833295. Grayscale: #A9A9A9. Windows color (decimal): -8598166 or 6999420. OLE color: 6999420.

HSL color Cylindrical-coordinate representation of color #7CCD6A: hue angle of 109.09º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CCD6A is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB124205106-
CMYK0.4000.480.20
HSL109.09º49.75%60.98%-
HSV(B)109.09º48.29%80.39%-
XYZ32.7548.9921.37-
YUV169.592.1695.55-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.51%
GREEN value IS 205 (80.47% from 255) = 47.13%
BLUE value IS 106 (41.80% from 255) = 24.37%
R=28.51%
G=47.13%
B=24.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1242051060.4000.480.20109.0949.7560.98
Hex7CCD6A28030146d323d
Octal17431515250060241556275
Binary11111001100110111010101010000110000101001101101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CCD6A; }

 p { color: rgb(124,205,106); }

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

<style>
 a { background-color: #7CCD6A; }

 a { background-color: rgb(124,205,106); }

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

<style>
 span { border-color: #7CCD6A; }

 span { border-color: rgb(124,205,106); }

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