#7DC848

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

Shades of Mantis #7DC848

Tints of Mantis #7DC848

Color information

#7DC848 (or 0x7DC848) is unknown color: approx Mantis. HEX triplet: 7D, C8 and 48. RGB value is (125,200,72). Sum of RGB (Red+Green+Blue) = 125+200+72=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 200 (78.52% from 255 or 50.38% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC848 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC848 is #8237B7. Grayscale: #A3A3A3. Windows color (decimal): -8533944 or 4769917. OLE color: 4769917.

HSL color Cylindrical-coordinate representation of color #7DC848: hue angle of 95.16º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7DC848 is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB12520072-
CMYK0.3800.640.22
HSL95.16º53.78%53.33%-
HSV(B)95.16º64%78.43%-
XYZ30.2846.1413.44-
YUV162.9876.65100.91-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.49%
GREEN value IS 200 (78.52% from 255) = 50.38%
BLUE value IS 72 (28.52% from 255) = 18.14%
R=31.49%
G=50.38%
B=18.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal125200720.3800.640.2295.1653.7853.33
Hex7DC84826040165f3635
Octal175310110460100261376665
Binary111110111001000100100010011001000000101101011111110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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