#7dd05b

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

Shades of Mantis #7DD05B

Tints of Mantis #7DD05B

Color information

#7DD05B (or 0x7DD05B) is unknown color: approx Mantis. HEX triplet: 7D, D0 and 5B. RGB value is (125,208,91). Sum of RGB (Red+Green+Blue) = 125+208+91=424 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.48% from 424); Green value is 208 (81.64% from 255 or 49.06% from 424); Blue value is 91 (35.94% from 255 or 21.46% from 424); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD05B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD05B is #822FA4. Grayscale: #AAAAAA. Windows color (decimal): -8531877 or 6017149. OLE color: 6017149.

HSL color Cylindrical-coordinate representation of color #7DD05B: hue angle of 102.56º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7DD05B is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB12520891-
CMYK0.4000.560.18
HSL102.56º55.45%58.63%-
HSV(B)102.56º56.25%81.57%-
XYZ32.950.2317.86-
YUV169.8483.596.01-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.48%
GREEN value IS 208 (81.64% from 255) = 49.06%
BLUE value IS 91 (35.94% from 255) = 21.46%
R=29.48%
G=49.06%
B=21.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal125208910.4000.560.18102.5655.4558.63
Hex7DD05B280381267373b
Octal17532013350070221476773
Binary11111011101000010110111010000111000100101100111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7dd05b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,208,91); }

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

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

 a { background-color: rgb(125,208,91); }

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

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

 span { border-color: rgb(125,208,91); }

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