#7DB554

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

Shades of Mantis #7DB554

Tints of Mantis #7DB554

Color information

#7DB554 (or 0x7DB554) is unknown color: approx Mantis. HEX triplet: 7D, B5 and 54. RGB value is (125,181,84). Sum of RGB (Red+Green+Blue) = 125+181+84=390 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.05% from 390); Green value is 181 (71.09% from 255 or 46.41% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB554 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB554 is #824AAB. Grayscale: #999999. Windows color (decimal): -8538796 or 5551485. OLE color: 5551485.

HSL color Cylindrical-coordinate representation of color #7DB554: hue angle of 94.64º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7DB554 is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB12518184-
CMYK0.3100.540.29
HSL94.64º39.59%51.96%-
HSV(B)94.64º53.59%70.98%-
XYZ26.5838.0514.33-
YUV153.288.95107.89-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.05%
GREEN value IS 181 (71.09% from 255) = 46.41%
BLUE value IS 84 (33.20% from 255) = 21.54%
R=32.05%
G=46.41%
B=21.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal125181840.3100.540.2994.6439.5951.96
Hex7DB5541F0361D5f2834
Octal17526512437066351375064
Binary1111101101101011010100111110110110111011011111101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,181,84); }

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

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

 a { background-color: rgb(125,181,84); }

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

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

 span { border-color: rgb(125,181,84); }

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