#76DF4B

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

Shades of Mantis #76DF4B

Tints of Mantis #76DF4B

Color information

#76DF4B (or 0x76DF4B) is unknown color: approx Mantis. HEX triplet: 76, DF and 4B. RGB value is (118,223,75). Sum of RGB (Red+Green+Blue) = 118+223+75=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 223 (87.5% from 255 or 53.61% from 416); Blue value is 75 (29.69% from 255 or 18.03% from 416); Max value from RGB is 223 - color contains mainly: green. Hex color #76DF4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76DF4B is #8920B4. Grayscale: #AFAFAF. Windows color (decimal): -8986805 or 4972406. OLE color: 4972406.

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

Color convert

RGB11822375-
CMYK0.4700.660.13
HSL102.57º69.81%58.43%-
HSV(B)102.57º66.37%87.45%-
XYZ35.1357.1315.83-
YUV174.7371.7187.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.37%
GREEN value IS 223 (87.5% from 255) = 53.61%
BLUE value IS 75 (29.69% from 255) = 18.03%
R=28.37%
G=53.61%
B=18.03%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal118223750.4700.660.13102.5769.8158.43
Hex76DF4B2F042D67463a
Octal1663371135701021514710672
Binary111011011011111100101110111101000010110111001111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,223,75); }

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

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

 a { background-color: rgb(118,223,75); }

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

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

 span { border-color: rgb(118,223,75); }

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