#7DCD62

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

Shades of Mantis #7DCD62

Tints of Mantis #7DCD62

Color information

#7DCD62 (or 0x7DCD62) is unknown color: approx Mantis. HEX triplet: 7D, CD and 62. RGB value is (125,205,98). Sum of RGB (Red+Green+Blue) = 125+205+98=428 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.21% from 428); Green value is 205 (80.47% from 255 or 47.90% from 428); Blue value is 98 (38.67% from 255 or 22.90% from 428); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCD62 is #82329D. Grayscale: #A9A9A9. Windows color (decimal): -8532638 or 6475133. OLE color: 6475133.

HSL color Cylindrical-coordinate representation of color #7DCD62: hue angle of 104.86º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7DCD62 is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB12520598-
CMYK0.3900.520.20
HSL104.86º51.69%59.41%-
HSV(B)104.86º52.2%80.39%-
XYZ32.4948.919.28-
YUV168.888896.7-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.21%
GREEN value IS 205 (80.47% from 255) = 47.90%
BLUE value IS 98 (38.67% from 255) = 22.90%
R=29.21%
G=47.90%
B=22.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal125205980.3900.520.20104.8651.6959.41
Hex7DCD62270341469343b
Octal17531514247064241516473
Binary11111011100110111000101001110110100101001101001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,205,98); }

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

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

 a { background-color: rgb(125,205,98); }

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

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

 span { border-color: rgb(125,205,98); }

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