Html Css Color HEX #73D650 Mantis

📋 copy color: '#73D650'

red 115 ◦ green 214 ◦ blue 80

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

Shades of Mantis #73D650

Tints of Mantis #73D650

RGB

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

 GREEN value IS 214 (83.98% from 255) = 52.32%

 BLUE value IS 80 (31.64% from 255) = 19.56%

R = 28.12%
G = 52.32%
B = 19.56%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#73D650 (or 0x73D650) is known color: Mantis. HEX triplet: 73, D6 and 50. RGB value is (115,214,80). Sum of RGB (Red+Green+Blue) = 115+214+80=409 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.12% from 409); Green value is 214 (83.98% from 255 or 52.32% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 214 - color contains mainly: green. Hex color #73D650 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D650 is #8C29AF. Grayscale: #A9A9A9. Windows color (decimal): -9185712 or 5297779. OLE color: 5297779.

HSL color Cylindrical-coordinate representation of color #73D650: hue angle of 104.33º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #73D650 is Cyan = 0.46, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 115 214 80 -
CMYK 0.46 0 0.63 0.16
HSL 104.33º 0.62% 0.58% -
HSV(B) 104.33º 0.63% 0.84% -
XYZ 32.56 52.32 15.97 -
YUV 169.12 77.7 89.4 -
System Red Green Blue C M Y K H S L
Decimal 115 214 80 0.46 0 0.63 0.16 104.33 0.62 0.58
Hex 73 D6 50 2E 0 3F 10 68 3E 3A
Octal 163 326 120 56 0 77 20 150 76 72
Binary 1110011 11010110 1010000 101110 0 111111 10000 1101000 111110 111010

Color Harmonies of #73D650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D650

Black with #73D650

Text Example


Text Example

White with #73D650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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