Html Css Color HEX #73D055 Mantis

📋 copy color: '#73D055'

red 115 ◦ green 208 ◦ blue 85

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

Shades of Mantis #73D055

Tints of Mantis #73D055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.83%

R = 28.19%
G = 50.98%
B = 20.83%

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

#73D055 (or 0x73D055) is known color: Mantis. HEX triplet: 73, D0 and 55. RGB value is (115,208,85). Sum of RGB (Red+Green+Blue) = 115+208+85=408 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.19% from 408); Green value is 208 (81.64% from 255 or 50.98% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 208 - color contains mainly: green. Hex color #73D055 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D055 is #8C2FAA. Grayscale: #A6A6A6. Windows color (decimal): -9187243 or 5623923. OLE color: 5623923.

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

Color convert

RGB 115 208 85 -
CMYK 0.45 0 0.59 0.18
HSL 105.37º 0.57% 0.57% -
HSV(B) 105.37º 0.59% 0.82% -
XYZ 31.27 49.41 16.48 -
YUV 166.17 82.19 91.5 -
System Red Green Blue C M Y K H S L
Decimal 115 208 85 0.45 0 0.59 0.18 105.37 0.57 0.57
Hex 73 D0 55 2D 0 3B 12 69 39 39
Octal 163 320 125 55 0 73 22 151 71 71
Binary 1110011 11010000 1010101 101101 0 111011 10010 1101001 111001 111001

Color Harmonies of #73D055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D055

Black with #73D055

Text Example


Text Example

White with #73D055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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