#7CC14B

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

Shades of Mantis #7CC14B

Tints of Mantis #7CC14B

Color information

#7CC14B (or 0x7CC14B) is unknown color: approx Mantis. HEX triplet: 7C, C1 and 4B. RGB value is (124,193,75). Sum of RGB (Red+Green+Blue) = 124+193+75=392 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.63% from 392); Green value is 193 (75.78% from 255 or 49.23% from 392); Blue value is 75 (29.69% from 255 or 19.13% from 392); Max value from RGB is 193 - color contains mainly: green. Hex color #7CC14B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC14B is #833EB4. Grayscale: #9F9F9F. Windows color (decimal): -8601269 or 4964732. OLE color: 4964732.

HSL color Cylindrical-coordinate representation of color #7CC14B: hue angle of 95.08º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7CC14B is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB12419375-
CMYK0.3600.610.24
HSL95.08º48.76%52.55%-
HSV(B)95.08º61.14%75.69%-
XYZ28.6542.9313.43-
YUV158.9280.64103.09-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.63%
GREEN value IS 193 (75.78% from 255) = 49.23%
BLUE value IS 75 (29.69% from 255) = 19.13%
R=31.63%
G=49.23%
B=19.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal124193750.3600.610.2495.0848.7652.55
Hex7CC14B2403D185f3135
Octal17430111344075301376165
Binary11111001100000110010111001000111101110001011111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,193,75); }

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

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

 a { background-color: rgb(124,193,75); }

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

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

 span { border-color: rgb(124,193,75); }

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