#7DC652

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

Shades of Mantis #7DC652

Tints of Mantis #7DC652

Color information

#7DC652 (or 0x7DC652) is unknown color: approx Mantis. HEX triplet: 7D, C6 and 52. RGB value is (125,198,82). Sum of RGB (Red+Green+Blue) = 125+198+82=405 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.86% from 405); Green value is 198 (77.73% from 255 or 48.89% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 198 - color contains mainly: green. Hex color #7DC652 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC652 is #8239AD. Grayscale: #A3A3A3. Windows color (decimal): -8534446 or 5424765. OLE color: 5424765.

HSL color Cylindrical-coordinate representation of color #7DC652: hue angle of 97.76º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7DC652 is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB12519882-
CMYK0.3700.590.22
HSL97.76º50.43%54.9%-
HSV(B)97.76º58.59%77.65%-
XYZ30.1745.3615.15-
YUV162.9582.32100.93-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.86%
GREEN value IS 198 (77.73% from 255) = 48.89%
BLUE value IS 82 (32.42% from 255) = 20.25%
R=30.86%
G=48.89%
B=20.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal125198820.3700.590.2297.7650.4354.9
Hex7DC6522503B16623237
Octal17530612245073261426267
Binary11111011100011010100101001010111011101101100010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,198,82); }

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

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

 a { background-color: rgb(125,198,82); }

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

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

 span { border-color: rgb(125,198,82); }

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