#7DBA43

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

Shades of Mantis #7DBA43

Tints of Mantis #7DBA43

Color information

#7DBA43 (or 0x7DBA43) is unknown color: approx Mantis. HEX triplet: 7D, BA and 43. RGB value is (125,186,67). Sum of RGB (Red+Green+Blue) = 125+186+67=378 (50% of max value = 765). Red value is 125 (49.22% from 255 or 33.07% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 67 (26.56% from 255 or 17.72% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBA43 is #8245BC. Grayscale: #9A9A9A. Windows color (decimal): -8537533 or 4438653. OLE color: 4438653.

HSL color Cylindrical-coordinate representation of color #7DBA43: hue angle of 90.76º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7DBA43 is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB12518667-
CMYK0.3300.640.27
HSL90.76º47.04%49.61%-
HSV(B)90.76º63.98%72.94%-
XYZ27.0339.8811.58-
YUV154.278.79107.18-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.07%
GREEN value IS 186 (73.05% from 255) = 49.21%
BLUE value IS 67 (26.56% from 255) = 17.72%
R=33.07%
G=49.21%
B=17.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal125186670.3300.640.2790.7647.0449.61
Hex7DBA43210401B5b2f32
Octal175272103410100331335762
Binary111110110111010100001110000101000000110111011011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBA43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,186,67); }

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

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

 a { background-color: rgb(125,186,67); }

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

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

 span { border-color: rgb(125,186,67); }

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