Html Css Color HEX #73D941 Mantis

📋 copy color: '#73D941'

red 115 ◦ green 217 ◦ blue 65

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

Shades of Mantis #73D941

Tints of Mantis #73D941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.37%

R = 28.97%
G = 54.66%
B = 16.37%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#73D941 (or 0x73D941) is known color: Mantis. HEX triplet: 73, D9 and 41. RGB value is (115,217,65). Sum of RGB (Red+Green+Blue) = 115+217+65=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 217 (85.16% from 255 or 54.66% from 397); Blue value is 65 (25.78% from 255 or 16.37% from 397); Max value from RGB is 217 - color contains mainly: green. Hex color #73D941 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D941 is #8C26BE. Grayscale: #A9A9A9. Windows color (decimal): -9184959 or 4315507. OLE color: 4315507.

HSL color Cylindrical-coordinate representation of color #73D941: hue angle of 100.26º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #73D941 is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 115 217 65 -
CMYK 0.47 0 0.70 0.15
HSL 100.26º 0.67% 0.55% -
HSV(B) 100.26º 0.7% 0.85% -
XYZ 32.84 53.65 13.63 -
YUV 169.17 69.21 89.36 -
System Red Green Blue C M Y K H S L
Decimal 115 217 65 0.47 0 0.70 0.15 100.26 0.67 0.55
Hex 73 D9 41 2F 0 46 F 64 43 37
Octal 163 331 101 57 0 106 17 144 103 67
Binary 1110011 11011001 1000001 101111 0 1000110 1111 1100100 1000011 110111

Color Harmonies of #73D941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D941

Black with #73D941

Text Example


Text Example

White with #73D941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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