#73BC51

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

Shades of Mantis #73BC51

Tints of Mantis #73BC51

Color information

#73BC51 (or 0x73BC51) is unknown color: approx Mantis. HEX triplet: 73, BC and 51. RGB value is (115,188,81). Sum of RGB (Red+Green+Blue) = 115+188+81=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 81 (32.03% from 255 or 21.09% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #73BC51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BC51 is #8C43AE. Grayscale: #9A9A9A. Windows color (decimal): -9192367 or 5356659. OLE color: 5356659.

HSL color Cylindrical-coordinate representation of color #73BC51: hue angle of 100.93º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73BC51 is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB11518881-
CMYK0.3900.570.26
HSL100.93º44.4%52.75%-
HSV(B)100.93º56.91%73.73%-
XYZ26.5440.2114.15-
YUV153.9886.82100.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.95%
GREEN value IS 188 (73.83% from 255) = 48.96%
BLUE value IS 81 (32.03% from 255) = 21.09%
R=29.95%
G=48.96%
B=21.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal115188810.3900.570.26100.9344.452.75
Hex73BC51270391A652c35
Octal16327412147071321455465
Binary11100111011110010100011001110111001110101100101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BC51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73BC51; }

 p { color: rgb(115,188,81); }

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

<style>
 a { background-color: #73BC51; }

 a { background-color: rgb(115,188,81); }

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

<style>
 span { border-color: #73BC51; }

 span { border-color: rgb(115,188,81); }

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