#7DD548

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

Shades of Mantis #7DD548

Tints of Mantis #7DD548

Color information

#7DD548 (or 0x7DD548) is unknown color: approx Mantis. HEX triplet: 7D, D5 and 48. RGB value is (125,213,72). Sum of RGB (Red+Green+Blue) = 125+213+72=410 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.49% from 410); Green value is 213 (83.59% from 255 or 51.95% from 410); Blue value is 72 (28.52% from 255 or 17.56% from 410); Max value from RGB is 213 - color contains mainly: green. Hex color #7DD548 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD548 is #822AB7. Grayscale: #ABABAB. Windows color (decimal): -8530616 or 4773245. OLE color: 4773245.

HSL color Cylindrical-coordinate representation of color #7DD548: hue angle of 97.45º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7DD548 is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB12521372-
CMYK0.4100.660.16
HSL97.45º62.67%55.88%-
HSV(B)97.45º66.2%83.53%-
XYZ33.4252.4214.49-
YUV170.6172.3595.46-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.49%
GREEN value IS 213 (83.59% from 255) = 51.95%
BLUE value IS 72 (28.52% from 255) = 17.56%
R=30.49%
G=51.95%
B=17.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal125213720.4100.660.1697.4562.6755.88
Hex7DD5482904210613f38
Octal175325110510102201417770
Binary111110111010101100100010100101000010100001100001111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,213,72); }

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

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

 a { background-color: rgb(125,213,72); }

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

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

 span { border-color: rgb(125,213,72); }

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