#7DBF53

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

Shades of Mantis #7DBF53

Tints of Mantis #7DBF53

Color information

#7DBF53 (or 0x7DBF53) is unknown color: approx Mantis. HEX triplet: 7D, BF and 53. RGB value is (125,191,83). Sum of RGB (Red+Green+Blue) = 125+191+83=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 191 (75% from 255 or 47.87% from 399); Blue value is 83 (32.81% from 255 or 20.80% from 399); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBF53 is #8240AC. Grayscale: #9F9F9F. Windows color (decimal): -8536237 or 5488509. OLE color: 5488509.

HSL color Cylindrical-coordinate representation of color #7DBF53: hue angle of 96.67º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7DBF53 is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB12519183-
CMYK0.3500.570.25
HSL96.67º45.76%53.73%-
HSV(B)96.67º56.54%74.9%-
XYZ28.6542.2514.83-
YUV158.9585.13103.78-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.33%
GREEN value IS 191 (75% from 255) = 47.87%
BLUE value IS 83 (32.81% from 255) = 20.80%
R=31.33%
G=47.87%
B=20.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal125191830.3500.570.2596.6745.7653.73
Hex7DBF532303919612e36
Octal17527712343071311415666
Binary11111011011111110100111000110111001110011100001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBF53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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