Html Css Color HEX #73D35A Mantis

📋 copy color: '#73D35A'

red 115 ◦ green 211 ◦ blue 90

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

Shades of Mantis #73D35A

Tints of Mantis #73D35A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.72%

 BLUE value IS 90 (35.55% from 255) = 21.63%

R = 27.64%
G = 50.72%
B = 21.63%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#73D35A (or 0x73D35A) is known color: Mantis. HEX triplet: 73, D3 and 5A. RGB value is (115,211,90). Sum of RGB (Red+Green+Blue) = 115+211+90=416 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.64% from 416); Green value is 211 (82.81% from 255 or 50.72% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 211 - color contains mainly: green. Hex color #73D35A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D35A is #8C2CA5. Grayscale: #A8A8A8. Windows color (decimal): -9186470 or 5952371. OLE color: 5952371.

HSL color Cylindrical-coordinate representation of color #73D35A: hue angle of 107.6º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73D35A is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB 115 211 90 -
CMYK 0.45 0 0.57 0.17
HSL 107.6º 0.58% 0.59% -
HSV(B) 107.6º 0.57% 0.83% -
XYZ 32.21 50.97 17.81 -
YUV 168.5 83.7 89.84 -
System Red Green Blue C M Y K H S L
Decimal 115 211 90 0.45 0 0.57 0.17 107.6 0.58 0.59
Hex 73 D3 5A 2D 0 39 11 6C 3A 3B
Octal 163 323 132 55 0 71 21 154 72 73
Binary 1110011 11010011 1011010 101101 0 111001 10001 1101100 111010 111011

Color Harmonies of #73D35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D35A

Black with #73D35A

Text Example


Text Example

White with #73D35A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,211,90); }

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

background-color css

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

 a { background-color: rgb(115,211,90); }

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

border-color css

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

 span { border-color: rgb(115,211,90); }

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