Html Css Color HEX #73D94B Mantis

📋 copy color: '#73D94B'

red 115 ◦ green 217 ◦ blue 75

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

Shades of Mantis #73D94B

Tints of Mantis #73D94B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.43%

R = 28.26%
G = 53.32%
B = 18.43%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#73D94B (or 0x73D94B) is known color: Mantis. HEX triplet: 73, D9 and 4B. RGB value is (115,217,75). Sum of RGB (Red+Green+Blue) = 115+217+75=407 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.26% from 407); Green value is 217 (85.16% from 255 or 53.32% from 407); Blue value is 75 (29.69% from 255 or 18.43% from 407); Max value from RGB is 217 - color contains mainly: green. Hex color #73D94B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D94B is #8C26B4. Grayscale: #AAAAAA. Windows color (decimal): -9184949 or 4970867. OLE color: 4970867.

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

Color convert

RGB 115 217 75 -
CMYK 0.47 0 0.65 0.15
HSL 103.1º 0.65% 0.57% -
HSV(B) 103.1º 0.65% 0.85% -
XYZ 33.15 53.78 15.29 -
YUV 170.31 74.21 88.55 -
System Red Green Blue C M Y K H S L
Decimal 115 217 75 0.47 0 0.65 0.15 103.1 0.65 0.57
Hex 73 D9 4B 2F 0 41 F 67 41 39
Octal 163 331 113 57 0 101 17 147 101 71
Binary 1110011 11011001 1001011 101111 0 1000001 1111 1100111 1000001 111001

Color Harmonies of #73D94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D94B

Black with #73D94B

Text Example


Text Example

White with #73D94B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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