Html Css Color HEX #73D940 Mantis

📋 copy color: '#73D940'

red 115 ◦ green 217 ◦ blue 64

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

Shades of Mantis #73D940

Tints of Mantis #73D940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.16%

R = 29.04%
G = 54.8%
B = 16.16%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#73D940 (or 0x73D940) is known color: Mantis. HEX triplet: 73, D9 and 40. RGB value is (115,217,64). Sum of RGB (Red+Green+Blue) = 115+217+64=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 217 (85.16% from 255 or 54.80% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 217 - color contains mainly: green. Hex color #73D940 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D940 is #8C26BF. Grayscale: #A9A9A9. Windows color (decimal): -9184960 or 4249971. OLE color: 4249971.

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

Color convert

RGB 115 217 64 -
CMYK 0.47 0 0.71 0.15
HSL 100º 0.67% 0.55% -
HSV(B) 100º 0.71% 0.85% -
XYZ 32.81 53.64 13.47 -
YUV 169.06 68.71 89.44 -
System Red Green Blue C M Y K H S L
Decimal 115 217 64 0.47 0 0.71 0.15 100 0.67 0.55
Hex 73 D9 40 2F 0 47 F 64 43 37
Octal 163 331 100 57 0 107 17 144 103 67
Binary 1110011 11011001 1000000 101111 0 1000111 1111 1100100 1000011 110111

Color Harmonies of #73D940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D940

Black with #73D940

Text Example


Text Example

White with #73D940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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