#7DC255

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

Shades of Mantis #7DC255

Tints of Mantis #7DC255

Color information

#7DC255 (or 0x7DC255) is unknown color: approx Mantis. HEX triplet: 7D, C2 and 55. RGB value is (125,194,85). Sum of RGB (Red+Green+Blue) = 125+194+85=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 194 (76.17% from 255 or 48.02% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 194 - color contains mainly: green. Hex color #7DC255 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC255 is #823DAA. Grayscale: #A1A1A1. Windows color (decimal): -8535467 or 5620349. OLE color: 5620349.

HSL color Cylindrical-coordinate representation of color #7DC255: hue angle of 97.98º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7DC255 is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB12519485-
CMYK0.3600.560.24
HSL97.98º47.19%54.71%-
HSV(B)97.98º56.19%76.08%-
XYZ29.3943.615.46-
YUV160.9485.14102.36-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.94%
GREEN value IS 194 (76.17% from 255) = 48.02%
BLUE value IS 85 (33.59% from 255) = 21.04%
R=30.94%
G=48.02%
B=21.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal125194850.3600.560.2497.9847.1954.71
Hex7DC2552403818622f37
Octal17530212544070301425767
Binary11111011100001010101011001000111000110001100010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,194,85); }

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

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

 a { background-color: rgb(125,194,85); }

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

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

 span { border-color: rgb(125,194,85); }

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