#7DC44B

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

Shades of Mantis #7DC44B

Tints of Mantis #7DC44B

Color information

#7DC44B (or 0x7DC44B) is unknown color: approx Mantis. HEX triplet: 7D, C4 and 4B. RGB value is (125,196,75). Sum of RGB (Red+Green+Blue) = 125+196+75=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 196 (76.95% from 255 or 49.49% from 396); Blue value is 75 (29.69% from 255 or 18.94% from 396); Max value from RGB is 196 - color contains mainly: green. Hex color #7DC44B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC44B is #823BB4. Grayscale: #A1A1A1. Windows color (decimal): -8534965 or 4965501. OLE color: 4965501.

HSL color Cylindrical-coordinate representation of color #7DC44B: hue angle of 95.21º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7DC44B is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB12519675-
CMYK0.3600.620.23
HSL95.21º50.63%53.14%-
HSV(B)95.21º61.73%76.86%-
XYZ29.4744.3513.66-
YUV160.9879.48102.34-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.57%
GREEN value IS 196 (76.95% from 255) = 49.49%
BLUE value IS 75 (29.69% from 255) = 18.94%
R=31.57%
G=49.49%
B=18.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal125196750.3600.620.2395.2150.6353.14
Hex7DC44B2403E175f3335
Octal17530411344076271376365
Binary11111011100010010010111001000111110101111011111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,196,75); }

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

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

 a { background-color: rgb(125,196,75); }

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

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

 span { border-color: rgb(125,196,75); }

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