Html Css Color HEX #73EA41 Mantis

📋 copy color: '#73EA41'

red 115 ◦ green 234 ◦ blue 65

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

Shades of Mantis #73EA41

Tints of Mantis #73EA41

RGB

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

 GREEN value IS 234 (91.8% from 255) = 56.52%

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

R = 27.78%
G = 56.52%
B = 15.7%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#73EA41 (or 0x73EA41) is known color: Mantis. HEX triplet: 73, EA and 41. RGB value is (115,234,65). Sum of RGB (Red+Green+Blue) = 115+234+65=414 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.78% from 414); Green value is 234 (91.80% from 255 or 56.52% from 414); Blue value is 65 (25.78% from 255 or 15.70% from 414); Max value from RGB is 234 - color contains mainly: green. Hex color #73EA41 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73EA41 is #8C15BE. Grayscale: #B3B3B3. Windows color (decimal): -9180607 or 4319859. OLE color: 4319859.

HSL color Cylindrical-coordinate representation of color #73EA41: hue angle of 102.25º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #73EA41 is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 234 65 -
CMYK 0.51 0 0.72 0.08
HSL 102.25º 0.8% 0.59% -
HSV(B) 102.25º 0.72% 0.92% -
XYZ 37.45 62.87 15.16 -
YUV 179.15 63.58 82.24 -
System Red Green Blue C M Y K H S L
Decimal 115 234 65 0.51 0 0.72 0.08 102.25 0.8 0.59
Hex 73 EA 41 33 0 48 8 66 50 3B
Octal 163 352 101 63 0 110 10 146 120 73
Binary 1110011 11101010 1000001 110011 0 1001000 1000 1100110 1010000 111011

Color Harmonies of #73EA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73EA41

Black with #73EA41

Text Example


Text Example

White with #73EA41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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