Html Css Color HEX #73D056 Mantis

📋 copy color: '#73D056'

red 115 ◦ green 208 ◦ blue 86

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

Shades of Mantis #73D056

Tints of Mantis #73D056

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50.86%

 BLUE value IS 86 (33.98% from 255) = 21.03%

R = 28.12%
G = 50.86%
B = 21.03%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#73D056 (or 0x73D056) is known color: Mantis. HEX triplet: 73, D0 and 56. RGB value is (115,208,86). Sum of RGB (Red+Green+Blue) = 115+208+86=409 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.12% from 409); Green value is 208 (81.64% from 255 or 50.86% from 409); Blue value is 86 (33.98% from 255 or 21.03% from 409); Max value from RGB is 208 - color contains mainly: green. Hex color #73D056 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D056 is #8C2FA9. Grayscale: #A6A6A6. Windows color (decimal): -9187242 or 5689459. OLE color: 5689459.

HSL color Cylindrical-coordinate representation of color #73D056: hue angle of 105.74º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #73D056 is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 115 208 86 -
CMYK 0.45 0 0.59 0.18
HSL 105.74º 0.56% 0.58% -
HSV(B) 105.74º 0.59% 0.82% -
XYZ 31.31 49.43 16.69 -
YUV 166.29 82.69 91.42 -
System Red Green Blue C M Y K H S L
Decimal 115 208 86 0.45 0 0.59 0.18 105.74 0.56 0.58
Hex 73 D0 56 2D 0 3B 12 6A 38 3A
Octal 163 320 126 55 0 73 22 152 70 72
Binary 1110011 11010000 1010110 101101 0 111011 10010 1101010 111000 111010

Color Harmonies of #73D056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D056

Black with #73D056

Text Example


Text Example

White with #73D056

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,208,86); }

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

background-color css

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

 a { background-color: rgb(115,208,86); }

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

border-color css

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

 span { border-color: rgb(115,208,86); }

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