#76CF54

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

Shades of Mantis #76CF54

Tints of Mantis #76CF54

Color information

#76CF54 (or 0x76CF54) is unknown color: approx Mantis. HEX triplet: 76, CF and 54. RGB value is (118,207,84). Sum of RGB (Red+Green+Blue) = 118+207+84=409 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.85% from 409); Green value is 207 (81.25% from 255 or 50.61% from 409); Blue value is 84 (33.20% from 255 or 20.54% from 409); Max value from RGB is 207 - color contains mainly: green. Hex color #76CF54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CF54 is #8930AB. Grayscale: #A6A6A6. Windows color (decimal): -8990892 or 5558134. OLE color: 5558134.

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

Color convert

RGB11820784-
CMYK0.4300.590.19
HSL103.41º56.16%57.06%-
HSV(B)103.41º59.42%81.18%-
XYZ31.3849.1216.21-
YUV166.3781.5193.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.85%
GREEN value IS 207 (81.25% from 255) = 50.61%
BLUE value IS 84 (33.20% from 255) = 20.54%
R=28.85%
G=50.61%
B=20.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal118207840.4300.590.19103.4156.1657.06
Hex76CF542B03B13673839
Octal16631712453073231477071
Binary11101101100111110101001010110111011100111100111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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