#7DD35D

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

Shades of Mantis #7DD35D

Tints of Mantis #7DD35D

Color information

#7DD35D (or 0x7DD35D) is unknown color: approx Mantis. HEX triplet: 7D, D3 and 5D. RGB value is (125,211,93). Sum of RGB (Red+Green+Blue) = 125+211+93=429 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.14% from 429); Green value is 211 (82.81% from 255 or 49.18% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 211 - color contains mainly: green. Hex color #7DD35D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD35D is #822CA2. Grayscale: #ACACAC. Windows color (decimal): -8531107 or 6148989. OLE color: 6148989.

HSL color Cylindrical-coordinate representation of color #7DD35D: hue angle of 103.73º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7DD35D is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB12521193-
CMYK0.4100.560.17
HSL103.73º57.28%59.61%-
HSV(B)103.73º55.92%82.75%-
XYZ33.7351.7418.56-
YUV171.8383.5194.59-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.14%
GREEN value IS 211 (82.81% from 255) = 49.18%
BLUE value IS 93 (36.72% from 255) = 21.68%
R=29.14%
G=49.18%
B=21.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal125211930.4100.560.17103.7357.2859.61
Hex7DD35D290381168393c
Octal17532313551070211507174
Binary11111011101001110111011010010111000100011101000111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,211,93); }

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

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

 a { background-color: rgb(125,211,93); }

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

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

 span { border-color: rgb(125,211,93); }

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