#7DBA42

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

Shades of Mantis #7DBA42

Tints of Mantis #7DBA42

Color information

#7DBA42 (or 0x7DBA42) is unknown color: approx Mantis. HEX triplet: 7D, BA and 42. RGB value is (125,186,66). Sum of RGB (Red+Green+Blue) = 125+186+66=377 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.16% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBA42 is #8245BD. Grayscale: #9A9A9A. Windows color (decimal): -8537534 or 4373117. OLE color: 4373117.

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

Color convert

RGB12518666-
CMYK0.3300.650.27
HSL90.5º47.62%49.41%-
HSV(B)90.5º64.52%72.94%-
XYZ2739.8711.43-
YUV154.0878.29107.26-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.16%
GREEN value IS 186 (73.05% from 255) = 49.34%
BLUE value IS 66 (26.17% from 255) = 17.51%
R=33.16%
G=49.34%
B=17.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal125186660.3300.650.2790.547.6249.41
Hex7DBA42210411B5a3031
Octal175272102410101331326061
Binary111110110111010100001010000101000001110111011010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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