#7DD349

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

Shades of Mantis #7DD349

Tints of Mantis #7DD349

Color information

#7DD349 (or 0x7DD349) is unknown color: approx Mantis. HEX triplet: 7D, D3 and 49. RGB value is (125,211,73). Sum of RGB (Red+Green+Blue) = 125+211+73=409 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.56% from 409); Green value is 211 (82.81% from 255 or 51.59% from 409); Blue value is 73 (28.91% from 255 or 17.85% from 409); Max value from RGB is 211 - color contains mainly: green. Hex color #7DD349 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD349 is #822CB6. Grayscale: #AAAAAA. Windows color (decimal): -8531127 or 4838269. OLE color: 4838269.

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

Color convert

RGB12521173-
CMYK0.4100.650.17
HSL97.39º61.06%55.69%-
HSV(B)97.39º65.4%82.75%-
XYZ32.9551.4314.49-
YUV169.5573.5196.22-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.56%
GREEN value IS 211 (82.81% from 255) = 51.59%
BLUE value IS 73 (28.91% from 255) = 17.85%
R=30.56%
G=51.59%
B=17.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal125211730.4100.650.1797.3961.0655.69
Hex7DD3492904111613d38
Octal175323111510101211417570
Binary111110111010011100100110100101000001100011100001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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