#73E450

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

Shades of Mantis #73E450

Tints of Mantis #73E450

Color information

#73E450 (or 0x73E450) is unknown color: approx Mantis. HEX triplet: 73, E4 and 50. RGB value is (115,228,80). Sum of RGB (Red+Green+Blue) = 115+228+80=423 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.19% from 423); Green value is 228 (89.45% from 255 or 53.90% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 228 - color contains mainly: green. Hex color #73E450 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73E450 is #8C1BAF. Grayscale: #B1B1B1. Windows color (decimal): -9182128 or 5301363. OLE color: 5301363.

HSL color Cylindrical-coordinate representation of color #73E450: hue angle of 105.81º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #73E450 is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB11522880-
CMYK0.5000.650.11
HSL105.81º73.27%60.39%-
HSV(B)105.81º64.91%89.41%-
XYZ36.2659.7117.2-
YUV177.3473.0683.53-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.19%
GREEN value IS 228 (89.45% from 255) = 53.90%
BLUE value IS 80 (31.64% from 255) = 18.91%
R=27.19%
G=53.90%
B=18.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal115228800.5000.650.11105.8173.2760.39
Hex73E45032041B6a493c
Octal1633441206201011315211174
Binary111001111100100101000011001001000001101111010101001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73E450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,228,80); }

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

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

 a { background-color: rgb(115,228,80); }

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

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

 span { border-color: rgb(115,228,80); }

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