#76D838

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

Shades of Mantis #76D838

Tints of Mantis #76D838

Color information

#76D838 (or 0x76D838) is unknown color: approx Mantis. HEX triplet: 76, D8 and 38. RGB value is (118,216,56). Sum of RGB (Red+Green+Blue) = 118+216+56=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 216 (84.77% from 255 or 55.38% from 390); Blue value is 56 (22.27% from 255 or 14.36% from 390); Max value from RGB is 216 - color contains mainly: green. Hex color #76D838 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D838 is #8927C7. Grayscale: #A9A9A9. Windows color (decimal): -8988616 or 3725430. OLE color: 3725430.

HSL color Cylindrical-coordinate representation of color #76D838: hue angle of 96.75º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76D838 is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB11821656-
CMYK0.4500.740.15
HSL96.75º67.23%53.33%-
HSV(B)96.75º74.07%84.71%-
XYZ32.7453.2512.29-
YUV168.4664.5392.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.26%
GREEN value IS 216 (84.77% from 255) = 55.38%
BLUE value IS 56 (22.27% from 255) = 14.36%
R=30.26%
G=55.38%
B=14.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal118216560.4500.740.1596.7567.2353.33
Hex76D8382D04AF614335
Octal166330705501121714110365
Binary11101101101100011100010110101001010111111000011000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,216,56); }

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

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

 a { background-color: rgb(118,216,56); }

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

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

 span { border-color: rgb(118,216,56); }

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