#7DCB4B

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

Shades of Mantis #7DCB4B

Tints of Mantis #7DCB4B

Color information

#7DCB4B (or 0x7DCB4B) is unknown color: approx Mantis. HEX triplet: 7D, CB and 4B. RGB value is (125,203,75). Sum of RGB (Red+Green+Blue) = 125+203+75=403 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.02% from 403); Green value is 203 (79.69% from 255 or 50.37% from 403); Blue value is 75 (29.69% from 255 or 18.61% from 403); Max value from RGB is 203 - color contains mainly: green. Hex color #7DCB4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCB4B is #8234B4. Grayscale: #A5A5A5. Windows color (decimal): -8533173 or 4967293. OLE color: 4967293.

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

Color convert

RGB12520375-
CMYK0.3800.630.20
HSL96.56º55.17%54.51%-
HSV(B)96.56º63.05%79.61%-
XYZ31.0847.5814.2-
YUV165.0977.1699.41-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.02%
GREEN value IS 203 (79.69% from 255) = 50.37%
BLUE value IS 75 (29.69% from 255) = 18.61%
R=31.02%
G=50.37%
B=18.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal125203750.3800.630.2096.5655.1754.51
Hex7DCB4B2603F14613737
Octal17531311346077241416767
Binary11111011100101110010111001100111111101001100001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCB4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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