#7DBE66

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

Shades of Mantis #7DBE66

Tints of Mantis #7DBE66

Color information

#7DBE66 (or 0x7DBE66) is unknown color: approx Mantis. HEX triplet: 7D, BE and 66. RGB value is (125,190,102). Sum of RGB (Red+Green+Blue) = 125+190+102=417 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.98% from 417); Green value is 190 (74.61% from 255 or 45.56% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBE66 is #824199. Grayscale: #A0A0A0. Windows color (decimal): -8536474 or 6733437. OLE color: 6733437.

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

Color convert

RGB125190102-
CMYK0.3400.460.25
HSL104.32º40.37%57.25%-
HSV(B)104.32º46.32%74.51%-
XYZ29.2742.1519.16-
YUV160.5394.97102.66-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.98%
GREEN value IS 190 (74.61% from 255) = 45.56%
BLUE value IS 102 (40.23% from 255) = 24.46%
R=29.98%
G=45.56%
B=24.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1251901020.3400.460.25104.3240.3757.25
Hex7DBE662202E19682839
Octal17527614642056311505071
Binary11111011011111011001101000100101110110011101000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,190,102); }

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

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

 a { background-color: rgb(125,190,102); }

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

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

 span { border-color: rgb(125,190,102); }

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