#7DD366

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

Shades of Mantis #7DD366

Tints of Mantis #7DD366

Color information

#7DD366 (or 0x7DD366) is unknown color: approx Mantis. HEX triplet: 7D, D3 and 66. RGB value is (125,211,102). Sum of RGB (Red+Green+Blue) = 125+211+102=438 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.54% from 438); Green value is 211 (82.81% from 255 or 48.17% from 438); Blue value is 102 (40.23% from 255 or 23.29% from 438); Max value from RGB is 211 - color contains mainly: green. Hex color #7DD366 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD366 is #822C99. Grayscale: #ADADAD. Windows color (decimal): -8531098 or 6738813. OLE color: 6738813.

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

Color convert

RGB125211102-
CMYK0.4100.520.17
HSL107.34º55.33%61.37%-
HSV(B)107.34º51.66%82.75%-
XYZ34.1551.9120.79-
YUV172.8688.0193.86-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.54%
GREEN value IS 211 (82.81% from 255) = 48.17%
BLUE value IS 102 (40.23% from 255) = 23.29%
R=28.54%
G=48.17%
B=23.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1252111020.4100.520.17107.3455.3361.37
Hex7DD36629034116b373d
Octal17532314651064211536775
Binary11111011101001111001101010010110100100011101011110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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