Html Css Color HEX #73D352 Mantis

📋 copy color: '#73D352'

red 115 ◦ green 211 ◦ blue 82

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

Shades of Mantis #73D352

Tints of Mantis #73D352

RGB

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

 GREEN value IS 211 (82.81% from 255) = 51.72%

 BLUE value IS 82 (32.42% from 255) = 20.1%

R = 28.19%
G = 51.72%
B = 20.1%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#73D352 (or 0x73D352) is known color: Mantis. HEX triplet: 73, D3 and 52. RGB value is (115,211,82). Sum of RGB (Red+Green+Blue) = 115+211+82=408 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.19% from 408); Green value is 211 (82.81% from 255 or 51.72% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 211 - color contains mainly: green. Hex color #73D352 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D352 is #8C2CAD. Grayscale: #A8A8A8. Windows color (decimal): -9186478 or 5428083. OLE color: 5428083.

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

Color convert

RGB 115 211 82 -
CMYK 0.45 0 0.61 0.17
HSL 104.65º 0.59% 0.57% -
HSV(B) 104.65º 0.61% 0.83% -
XYZ 31.89 50.84 16.12 -
YUV 167.59 79.7 90.49 -
System Red Green Blue C M Y K H S L
Decimal 115 211 82 0.45 0 0.61 0.17 104.65 0.59 0.57
Hex 73 D3 52 2D 0 3D 11 69 3B 39
Octal 163 323 122 55 0 75 21 151 73 71
Binary 1110011 11010011 1010010 101101 0 111101 10001 1101001 111011 111001

Color Harmonies of #73D352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D352

Black with #73D352

Text Example


Text Example

White with #73D352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,211,82); }

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

background-color css

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

 a { background-color: rgb(115,211,82); }

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

border-color css

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

 span { border-color: rgb(115,211,82); }

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