#76CB5A

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

Shades of Mantis #76CB5A

Tints of Mantis #76CB5A

Color information

#76CB5A (or 0x76CB5A) is unknown color: approx Mantis. HEX triplet: 76, CB and 5A. RGB value is (118,203,90). Sum of RGB (Red+Green+Blue) = 118+203+90=411 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.71% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 203 - color contains mainly: green. Hex color #76CB5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CB5A is #8934A5. Grayscale: #A5A5A5. Windows color (decimal): -8991910 or 5950326. OLE color: 5950326.

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

Color convert

RGB11820390-
CMYK0.4200.560.20
HSL105.13º52.07%57.45%-
HSV(B)105.13º55.67%79.61%-
XYZ30.6747.317.19-
YUV164.785.8494.69-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.71%
GREEN value IS 203 (79.69% from 255) = 49.39%
BLUE value IS 90 (35.55% from 255) = 21.90%
R=28.71%
G=49.39%
B=21.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal118203900.4200.560.20105.1352.0757.45
Hex76CB5A2A03814693439
Octal16631313252070241516471
Binary11101101100101110110101010100111000101001101001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,203,90); }

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

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

 a { background-color: rgb(118,203,90); }

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

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

 span { border-color: rgb(118,203,90); }

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