Html Css Color HEX #73E250 Mantis

📋 copy color: '#73E250'

red 115 ◦ green 226 ◦ blue 80

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

Shades of Mantis #73E250

Tints of Mantis #73E250

RGB

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

 GREEN value IS 226 (88.67% from 255) = 53.68%

 BLUE value IS 80 (31.64% from 255) = 19%

R = 27.32%
G = 53.68%
B = 19%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#73E250 (or 0x73E250) is known color: Mantis. HEX triplet: 73, E2 and 50. RGB value is (115,226,80). Sum of RGB (Red+Green+Blue) = 115+226+80=421 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.32% from 421); Green value is 226 (88.67% from 255 or 53.68% from 421); Blue value is 80 (31.64% from 255 or 19.00% from 421); Max value from RGB is 226 - color contains mainly: green. Hex color #73E250 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73E250 is #8C1DAF. Grayscale: #B0B0B0. Windows color (decimal): -9182640 or 5300851. OLE color: 5300851.

HSL color Cylindrical-coordinate representation of color #73E250: hue angle of 105.62º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #73E250 is Cyan = 0.49, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 115 226 80 -
CMYK 0.49 0 0.65 0.11
HSL 105.62º 0.72% 0.6% -
HSV(B) 105.62º 0.65% 0.89% -
XYZ 35.71 58.62 17.02 -
YUV 176.17 73.73 84.37 -
System Red Green Blue C M Y K H S L
Decimal 115 226 80 0.49 0 0.65 0.11 105.62 0.72 0.6
Hex 73 E2 50 31 0 41 B 6A 48 3C
Octal 163 342 120 61 0 101 13 152 110 74
Binary 1110011 11100010 1010000 110001 0 1000001 1011 1101010 1001000 111100

Color Harmonies of #73E250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73E250

Black with #73E250

Text Example


Text Example

White with #73E250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,226,80); }

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

background-color css

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

 a { background-color: rgb(115,226,80); }

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

border-color css

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

 span { border-color: rgb(115,226,80); }

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