#7CCD48

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

Shades of Mantis #7CCD48

Tints of Mantis #7CCD48

Color information

#7CCD48 (or 0x7CCD48) is unknown color: approx Mantis. HEX triplet: 7C, CD and 48. RGB value is (124,205,72). Sum of RGB (Red+Green+Blue) = 124+205+72=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 205 (80.47% from 255 or 51.12% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCD48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCD48 is #8332B7. Grayscale: #A6A6A6. Windows color (decimal): -8598200 or 4771196. OLE color: 4771196.

HSL color Cylindrical-coordinate representation of color #7CCD48: hue angle of 96.54º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7CCD48 is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB12420572-
CMYK0.4000.650.20
HSL96.54º57.08%54.31%-
HSV(B)96.54º64.88%80.39%-
XYZ31.3148.4213.83-
YUV165.6275.1698.31-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.92%
GREEN value IS 205 (80.47% from 255) = 51.12%
BLUE value IS 72 (28.52% from 255) = 17.96%
R=30.92%
G=51.12%
B=17.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal124205720.4000.650.2096.5457.0854.31
Hex7CCD482804114613936
Octal174315110500101241417166
Binary111110011001101100100010100001000001101001100001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,205,72); }

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

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

 a { background-color: rgb(124,205,72); }

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

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

 span { border-color: rgb(124,205,72); }

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