Html Css Color HEX #73E141 Mantis

📋 copy color: '#73E141'

red 115 ◦ green 225 ◦ blue 65

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

Shades of Mantis #73E141

Tints of Mantis #73E141

RGB

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

 GREEN value IS 225 (88.28% from 255) = 55.56%

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

R = 28.4%
G = 55.56%
B = 16.05%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#73E141 (or 0x73E141) is known color: Mantis. HEX triplet: 73, E1 and 41. RGB value is (115,225,65). Sum of RGB (Red+Green+Blue) = 115+225+65=405 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.40% from 405); Green value is 225 (88.28% from 255 or 55.56% from 405); Blue value is 65 (25.78% from 255 or 16.05% from 405); Max value from RGB is 225 - color contains mainly: green. Hex color #73E141 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73E141 is #8C1EBE. Grayscale: #AEAEAE. Windows color (decimal): -9182911 or 4317555. OLE color: 4317555.

HSL color Cylindrical-coordinate representation of color #73E141: hue angle of 101.25º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #73E141 is Cyan = 0.49, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 115 225 65 -
CMYK 0.49 0 0.71 0.12
HSL 101.25º 0.73% 0.57% -
HSV(B) 101.25º 0.71% 0.88% -
XYZ 34.95 57.88 14.33 -
YUV 173.87 66.56 86.01 -
System Red Green Blue C M Y K H S L
Decimal 115 225 65 0.49 0 0.71 0.12 101.25 0.73 0.57
Hex 73 E1 41 31 0 47 C 65 49 39
Octal 163 341 101 61 0 107 14 145 111 71
Binary 1110011 11100001 1000001 110001 0 1000111 1100 1100101 1001001 111001

Color Harmonies of #73E141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73E141

Black with #73E141

Text Example


Text Example

White with #73E141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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