#76CD62

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

Shades of Mantis #76CD62

Tints of Mantis #76CD62

Color information

#76CD62 (or 0x76CD62) is unknown color: approx Mantis. HEX triplet: 76, CD and 62. RGB value is (118,205,98). Sum of RGB (Red+Green+Blue) = 118+205+98=421 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.03% from 421); Green value is 205 (80.47% from 255 or 48.69% from 421); Blue value is 98 (38.67% from 255 or 23.28% from 421); Max value from RGB is 205 - color contains mainly: green. Hex color #76CD62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CD62 is #89329D. Grayscale: #A7A7A7. Windows color (decimal): -8991390 or 6475126. OLE color: 6475126.

HSL color Cylindrical-coordinate representation of color #76CD62: hue angle of 108.79º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76CD62 is Cyan = 0.42, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB11820598-
CMYK0.4200.520.20
HSL108.79º51.69%59.41%-
HSV(B)108.79º52.2%80.39%-
XYZ31.5148.419.24-
YUV166.7989.1893.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.03%
GREEN value IS 205 (80.47% from 255) = 48.69%
BLUE value IS 98 (38.67% from 255) = 23.28%
R=28.03%
G=48.69%
B=23.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal118205980.4200.520.20108.7951.6959.41
Hex76CD622A034146d343b
Octal16631514252064241556473
Binary11101101100110111000101010100110100101001101101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76CD62; }

 p { color: rgb(118,205,98); }

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

<style>
 a { background-color: #76CD62; }

 a { background-color: rgb(118,205,98); }

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

<style>
 span { border-color: #76CD62; }

 span { border-color: rgb(118,205,98); }

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