#7CC950

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

Shades of Mantis #7CC950

Tints of Mantis #7CC950

Color information

#7CC950 (or 0x7CC950) is unknown color: approx Mantis. HEX triplet: 7C, C9 and 50. RGB value is (124,201,80). Sum of RGB (Red+Green+Blue) = 124+201+80=405 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.62% from 405); Green value is 201 (78.91% from 255 or 49.63% from 405); Blue value is 80 (31.64% from 255 or 19.75% from 405); Max value from RGB is 201 - color contains mainly: green. Hex color #7CC950 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC950 is #8336AF. Grayscale: #A4A4A4. Windows color (decimal): -8599216 or 5294460. OLE color: 5294460.

HSL color Cylindrical-coordinate representation of color #7CC950: hue angle of 98.18º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7CC950 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB12420180-
CMYK0.3800.600.21
HSL98.18º52.84%55.1%-
HSV(B)98.18º60.2%78.82%-
XYZ30.6546.6414.98-
YUV164.1880.4999.34-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.62%
GREEN value IS 201 (78.91% from 255) = 49.63%
BLUE value IS 80 (31.64% from 255) = 19.75%
R=30.62%
G=49.63%
B=19.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal124201800.3800.600.2198.1852.8455.1
Hex7CC9502603C15623537
Octal17431112046074251426567
Binary11111001100100110100001001100111100101011100010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,201,80); }

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

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

 a { background-color: rgb(124,201,80); }

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

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

 span { border-color: rgb(124,201,80); }

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