#7CC85D

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

Shades of Mantis #7CC85D

Tints of Mantis #7CC85D

Color information

#7CC85D (or 0x7CC85D) is unknown color: approx Mantis. HEX triplet: 7C, C8 and 5D. RGB value is (124,200,93). Sum of RGB (Red+Green+Blue) = 124+200+93=417 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.74% from 417); Green value is 200 (78.52% from 255 or 47.96% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 200 - color contains mainly: green. Hex color #7CC85D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC85D is #8337A2. Grayscale: #A5A5A5. Windows color (decimal): -8599459 or 6146172. OLE color: 6146172.

HSL color Cylindrical-coordinate representation of color #7CC85D: hue angle of 102.62º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7CC85D is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB12420093-
CMYK0.3800.540.22
HSL102.62º49.31%57.45%-
HSV(B)102.62º53.5%78.43%-
XYZ30.9446.3817.68-
YUV165.0887.3298.7-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.74%
GREEN value IS 200 (78.52% from 255) = 47.96%
BLUE value IS 93 (36.72% from 255) = 22.30%
R=29.74%
G=47.96%
B=22.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal124200930.3800.540.22102.6249.3157.45
Hex7CC85D2603616673139
Octal17431013546066261476171
Binary11111001100100010111011001100110110101101100111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,200,93); }

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

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

 a { background-color: rgb(124,200,93); }

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

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

 span { border-color: rgb(124,200,93); }

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