#7DCC42

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

Shades of Mantis #7DCC42

Tints of Mantis #7DCC42

Color information

#7DCC42 (or 0x7DCC42) is unknown color: approx Mantis. HEX triplet: 7D, CC and 42. RGB value is (125,204,66). Sum of RGB (Red+Green+Blue) = 125+204+66=395 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.65% from 395); Green value is 204 (80.08% from 255 or 51.65% from 395); Blue value is 66 (26.17% from 255 or 16.71% from 395); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCC42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCC42 is #8233BD. Grayscale: #A5A5A5. Windows color (decimal): -8532926 or 4377725. OLE color: 4377725.

HSL color Cylindrical-coordinate representation of color #7DCC42: hue angle of 94.35º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7DCC42 is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB12520466-
CMYK0.3900.680.2
HSL94.35º57.5%52.94%-
HSV(B)94.35º67.65%80%-
XYZ31.0347.9412.77-
YUV164.6572.3399.72-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.65%
GREEN value IS 204 (80.08% from 255) = 51.65%
BLUE value IS 66 (26.17% from 255) = 16.71%
R=31.65%
G=51.65%
B=16.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal125204660.3900.680.294.3557.552.94
Hex7DCC4227044145e3a35
Octal175314102470104241367265
Binary111110111001100100001010011101000100101001011110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,204,66); }

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

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

 a { background-color: rgb(125,204,66); }

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

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

 span { border-color: rgb(125,204,66); }

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