#76C253

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

Shades of Mantis #76C253

Tints of Mantis #76C253

Color information

#76C253 (or 0x76C253) is unknown color: approx Mantis. HEX triplet: 76, C2 and 53. RGB value is (118,194,83). Sum of RGB (Red+Green+Blue) = 118+194+83=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 194 (76.17% from 255 or 49.11% from 395); Blue value is 83 (32.81% from 255 or 21.01% from 395); Max value from RGB is 194 - color contains mainly: green. Hex color #76C253 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C253 is #893DAC. Grayscale: #9E9E9E. Windows color (decimal): -8994221 or 5489270. OLE color: 5489270.

HSL color Cylindrical-coordinate representation of color #76C253: hue angle of 101.08º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #76C253 is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB11819483-
CMYK0.3900.570.24
HSL101.08º47.64%54.31%-
HSV(B)101.08º57.22%76.08%-
XYZ28.3243.0615-
YUV158.6285.3299.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.87%
GREEN value IS 194 (76.17% from 255) = 49.11%
BLUE value IS 83 (32.81% from 255) = 21.01%
R=29.87%
G=49.11%
B=21.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal118194830.3900.570.24101.0847.6454.31
Hex76C2532703918653036
Octal16630212347071301456066
Binary11101101100001010100111001110111001110001100101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,194,83); }

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

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

 a { background-color: rgb(118,194,83); }

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

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

 span { border-color: rgb(118,194,83); }

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