#76DE5A

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

Shades of Mantis #76DE5A

Tints of Mantis #76DE5A

Color information

#76DE5A (or 0x76DE5A) is unknown color: approx Mantis. HEX triplet: 76, DE and 5A. RGB value is (118,222,90). Sum of RGB (Red+Green+Blue) = 118+222+90=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 222 (87.11% from 255 or 51.63% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 222 - color contains mainly: green. Hex color #76DE5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76DE5A is #8921A5. Grayscale: #B0B0B0. Windows color (decimal): -8987046 or 5955190. OLE color: 5955190.

HSL color Cylindrical-coordinate representation of color #76DE5A: hue angle of 107.27º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #76DE5A is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB11822290-
CMYK0.4700.590.13
HSL107.27º66.67%61.18%-
HSV(B)107.27º59.46%87.06%-
XYZ35.4456.8318.77-
YUV175.8679.5486.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.44%
GREEN value IS 222 (87.11% from 255) = 51.63%
BLUE value IS 90 (35.55% from 255) = 20.93%
R=27.44%
G=51.63%
B=20.93%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal118222900.4700.590.13107.2766.6761.18
Hex76DE5A2F03BD6b433d
Octal166336132570731515310375
Binary11101101101111010110101011110111011110111010111000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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