#7CC055

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

Shades of Mantis #7CC055

Tints of Mantis #7CC055

Color information

#7CC055 (or 0x7CC055) is unknown color: approx Mantis. HEX triplet: 7C, C0 and 55. RGB value is (124,192,85). Sum of RGB (Red+Green+Blue) = 124+192+85=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 192 (75.39% from 255 or 47.88% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC055 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC055 is #833FAA. Grayscale: #9F9F9F. Windows color (decimal): -8601515 or 5619836. OLE color: 5619836.

HSL color Cylindrical-coordinate representation of color #7CC055: hue angle of 98.13º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7CC055 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB12419285-
CMYK0.3500.560.25
HSL98.13º45.92%54.31%-
HSV(B)98.13º55.73%75.29%-
XYZ28.842.6415.31-
YUV159.4785.97102.7-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.92%
GREEN value IS 192 (75.39% from 255) = 47.88%
BLUE value IS 85 (33.59% from 255) = 21.20%
R=30.92%
G=47.88%
B=21.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal124192850.3500.560.2598.1345.9254.31
Hex7CC0552303819622e36
Octal17430012543070311425666
Binary11111001100000010101011000110111000110011100010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,192,85); }

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

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

 a { background-color: rgb(124,192,85); }

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

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

 span { border-color: rgb(124,192,85); }

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