#7DCD56

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

Shades of Mantis #7DCD56

Tints of Mantis #7DCD56

Color information

#7DCD56 (or 0x7DCD56) is unknown color: approx Mantis. HEX triplet: 7D, CD and 56. RGB value is (125,205,86). Sum of RGB (Red+Green+Blue) = 125+205+86=416 (55% of max value = 765). Red value is 125 (49.22% from 255 or 30.05% from 416); Green value is 205 (80.47% from 255 or 49.28% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCD56 is #8232A9. Grayscale: #A7A7A7. Windows color (decimal): -8532650 or 5688701. OLE color: 5688701.

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

Color convert

RGB12520586-
CMYK0.3900.580.20
HSL100.34º54.34%57.06%-
HSV(B)100.34º58.05%80.39%-
XYZ31.9748.6916.52-
YUV167.518297.68-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.05%
GREEN value IS 205 (80.47% from 255) = 49.28%
BLUE value IS 86 (33.98% from 255) = 20.67%
R=30.05%
G=49.28%
B=20.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal125205860.3900.580.20100.3454.3457.06
Hex7DCD562703A14643639
Octal17531512647072241446671
Binary11111011100110110101101001110111010101001100100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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