#76CF58

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

Shades of Mantis #76CF58

Tints of Mantis #76CF58

Color information

#76CF58 (or 0x76CF58) is unknown color: approx Mantis. HEX triplet: 76, CF and 58. RGB value is (118,207,88). Sum of RGB (Red+Green+Blue) = 118+207+88=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 207 (81.25% from 255 or 50.12% from 413); Blue value is 88 (34.77% from 255 or 21.31% from 413); Max value from RGB is 207 - color contains mainly: green. Hex color #76CF58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CF58 is #8930A7. Grayscale: #A7A7A7. Windows color (decimal): -8990888 or 5820278. OLE color: 5820278.

HSL color Cylindrical-coordinate representation of color #76CF58: hue angle of 104.87º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #76CF58 is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB11820788-
CMYK0.4300.570.19
HSL104.87º55.35%57.84%-
HSV(B)104.87º57.49%81.18%-
XYZ31.5549.1817.06-
YUV166.8283.5193.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.57%
GREEN value IS 207 (81.25% from 255) = 50.12%
BLUE value IS 88 (34.77% from 255) = 21.31%
R=28.57%
G=50.12%
B=21.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal118207880.4300.570.19104.8755.3557.84
Hex76CF582B0391369373a
Octal16631713053071231516772
Binary11101101100111110110001010110111001100111101001110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CF58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,207,88); }

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

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

 a { background-color: rgb(118,207,88); }

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

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

 span { border-color: rgb(118,207,88); }

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