#7CD065

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

Shades of Mantis #7CD065

Tints of Mantis #7CD065

Color information

#7CD065 (or 0x7CD065) is unknown color: approx Mantis. HEX triplet: 7C, D0 and 65. RGB value is (124,208,101). Sum of RGB (Red+Green+Blue) = 124+208+101=433 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.64% from 433); Green value is 208 (81.64% from 255 or 48.04% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 208 - color contains mainly: green. Hex color #7CD065 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CD065 is #832F9A. Grayscale: #ABABAB. Windows color (decimal): -8597403 or 6672508. OLE color: 6672508.

HSL color Cylindrical-coordinate representation of color #7CD065: hue angle of 107.1º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CD065 is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB124208101-
CMYK0.4000.510.18
HSL107.1º53.23%60.59%-
HSV(B)107.1º51.44%81.57%-
XYZ33.2250.3420.28-
YUV170.6988.6794.7-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.64%
GREEN value IS 208 (81.64% from 255) = 48.04%
BLUE value IS 101 (39.84% from 255) = 23.33%
R=28.64%
G=48.04%
B=23.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1242081010.4000.510.18107.153.2360.59
Hex7CD06528033126b353d
Octal17432014550063221536575
Binary11111001101000011001011010000110011100101101011110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,208,101); }

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

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

 a { background-color: rgb(124,208,101); }

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

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

 span { border-color: rgb(124,208,101); }

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