#7DCB53

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

Shades of Mantis #7DCB53

Tints of Mantis #7DCB53

Color information

#7DCB53 (or 0x7DCB53) is unknown color: approx Mantis. HEX triplet: 7D, CB and 53. RGB value is (125,203,83). Sum of RGB (Red+Green+Blue) = 125+203+83=411 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.41% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 83 (32.81% from 255 or 20.19% from 411); Max value from RGB is 203 - color contains mainly: green. Hex color #7DCB53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCB53 is #8234AC. Grayscale: #A6A6A6. Windows color (decimal): -8533165 or 5491581. OLE color: 5491581.

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

Color convert

RGB12520383-
CMYK0.3800.590.20
HSL99º53.57%56.08%-
HSV(B)99º59.11%79.61%-
XYZ31.3747.715.74-
YUV16681.1698.76-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.41%
GREEN value IS 203 (79.69% from 255) = 49.39%
BLUE value IS 83 (32.81% from 255) = 20.19%
R=30.41%
G=49.39%
B=20.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal125203830.3800.590.209953.5756.08
Hex7DCB532603B14633638
Octal17531312346073241436670
Binary11111011100101110100111001100111011101001100011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCB53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,203,83); }

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

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

 a { background-color: rgb(125,203,83); }

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

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

 span { border-color: rgb(125,203,83); }

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