Html Css Color HEX #73D460 Mantis

📋 copy color: '#73D460'

red 115 ◦ green 212 ◦ blue 96

#73D460
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #73D460

Tints of Mantis #73D460

RGB

 RED value IS 115 (45.31% from 255) = 27.19%

 GREEN value IS 212 (83.2% from 255) = 50.12%

 BLUE value IS 96 (37.89% from 255) = 22.7%

R = 27.19%
G = 50.12%
B = 22.7%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#73D460 (or 0x73D460) is known color: Mantis. HEX triplet: 73, D4 and 60. RGB value is (115,212,96). Sum of RGB (Red+Green+Blue) = 115+212+96=423 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.19% from 423); Green value is 212 (83.20% from 255 or 50.12% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 212 - color contains mainly: green. Hex color #73D460 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D460 is #8C2B9F. Grayscale: #AAAAAA. Windows color (decimal): -9186208 or 6345843. OLE color: 6345843.

HSL color Cylindrical-coordinate representation of color #73D460: hue angle of 110.17º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73D460 is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB 115 212 96 -
CMYK 0.46 0 0.55 0.17
HSL 110.17º 0.57% 0.6% -
HSV(B) 110.17º 0.55% 0.83% -
XYZ 32.73 51.58 19.3 -
YUV 169.77 86.36 88.93 -
System Red Green Blue C M Y K H S L
Decimal 115 212 96 0.46 0 0.55 0.17 110.17 0.57 0.6
Hex 73 D4 60 2E 0 37 11 6E 39 3C
Octal 163 324 140 56 0 67 21 156 71 74
Binary 1110011 11010100 1100000 101110 0 110111 10001 1101110 111001 111100

Color Harmonies of #73D460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D460

Black with #73D460

Text Example


Text Example

White with #73D460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,212,96); }

 H1.HeaderClassName
 {
   color: #73D460;
 }
 .AnyTagClassName
 {
   color: #73D460;
 }
</style>

background-color css

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

 a { background-color: rgb(115,212,96); }

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

border-color css

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

 span { border-color: rgb(115,212,96); }

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