Html Css Color HEX #73D04D Mantis

📋 copy color: '#73D04D'

red 115 ◦ green 208 ◦ blue 77

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

Shades of Mantis #73D04D

Tints of Mantis #73D04D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 52%

 BLUE value IS 77 (30.47% from 255) = 19.25%

R = 28.75%
G = 52%
B = 19.25%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#73D04D (or 0x73D04D) is known color: Mantis. HEX triplet: 73, D0 and 4D. RGB value is (115,208,77). Sum of RGB (Red+Green+Blue) = 115+208+77=400 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.75% from 400); Green value is 208 (81.64% from 255 or 52% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 208 - color contains mainly: green. Hex color #73D04D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D04D is #8C2FB2. Grayscale: #A5A5A5. Windows color (decimal): -9187251 or 5099635. OLE color: 5099635.

HSL color Cylindrical-coordinate representation of color #73D04D: hue angle of 102.6º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #73D04D is Cyan = 0.45, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 115 208 77 -
CMYK 0.45 0 0.63 0.18
HSL 102.6º 0.58% 0.56% -
HSV(B) 102.6º 0.63% 0.82% -
XYZ 30.97 49.29 14.9 -
YUV 165.26 78.19 92.15 -
System Red Green Blue C M Y K H S L
Decimal 115 208 77 0.45 0 0.63 0.18 102.6 0.58 0.56
Hex 73 D0 4D 2D 0 3F 12 67 3A 38
Octal 163 320 115 55 0 77 22 147 72 70
Binary 1110011 11010000 1001101 101101 0 111111 10010 1100111 111010 111000

Color Harmonies of #73D04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D04D

Black with #73D04D

Text Example


Text Example

White with #73D04D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,208,77); }

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

background-color css

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

 a { background-color: rgb(115,208,77); }

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

border-color css

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

 span { border-color: rgb(115,208,77); }

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