Html Css Color HEX #73D950 Mantis

📋 copy color: '#73D950'

red 115 ◦ green 217 ◦ blue 80

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

Shades of Mantis #73D950

Tints of Mantis #73D950

RGB

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

 GREEN value IS 217 (85.16% from 255) = 52.67%

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

R = 27.91%
G = 52.67%
B = 19.42%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#73D950 (or 0x73D950) is known color: Mantis. HEX triplet: 73, D9 and 50. RGB value is (115,217,80). Sum of RGB (Red+Green+Blue) = 115+217+80=412 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.91% from 412); Green value is 217 (85.16% from 255 or 52.67% from 412); Blue value is 80 (31.64% from 255 or 19.42% from 412); Max value from RGB is 217 - color contains mainly: green. Hex color #73D950 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D950 is #8C26AF. Grayscale: #ABABAB. Windows color (decimal): -9184944 or 5298547. OLE color: 5298547.

HSL color Cylindrical-coordinate representation of color #73D950: hue angle of 104.67º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #73D950 is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 115 217 80 -
CMYK 0.47 0 0.63 0.15
HSL 104.67º 0.64% 0.58% -
HSV(B) 104.67º 0.63% 0.85% -
XYZ 33.33 53.85 16.23 -
YUV 170.88 76.71 88.14 -
System Red Green Blue C M Y K H S L
Decimal 115 217 80 0.47 0 0.63 0.15 104.67 0.64 0.58
Hex 73 D9 50 2F 0 3F F 69 40 3A
Octal 163 331 120 57 0 77 17 151 100 72
Binary 1110011 11011001 1010000 101111 0 111111 1111 1101001 1000000 111010

Color Harmonies of #73D950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D950

Black with #73D950

Text Example


Text Example

White with #73D950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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