Html Css Color HEX #73BD68 Mantis

📋 copy color: '#73BD68'

red 115 ◦ green 189 ◦ blue 104

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

Shades of Mantis #73BD68

Tints of Mantis #73BD68

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.32%

 BLUE value IS 104 (41.02% from 255) = 25.49%

R = 28.19%
G = 46.32%
B = 25.49%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#73BD68 (or 0x73BD68) is known color: Mantis. HEX triplet: 73, BD and 68. RGB value is (115,189,104). Sum of RGB (Red+Green+Blue) = 115+189+104=408 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.19% from 408); Green value is 189 (74.22% from 255 or 46.32% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 189 - color contains mainly: green. Hex color #73BD68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BD68 is #8C4297. Grayscale: #9D9D9D. Windows color (decimal): -9192088 or 6864243. OLE color: 6864243.

HSL color Cylindrical-coordinate representation of color #73BD68: hue angle of 112.24º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73BD68 is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 115 189 104 -
CMYK 0.39 0 0.45 0.26
HSL 112.24º 0.39% 0.57% -
HSV(B) 112.24º 0.45% 0.74% -
XYZ 27.77 41.04 19.55 -
YUV 157.18 97.98 97.91 -
System Red Green Blue C M Y K H S L
Decimal 115 189 104 0.39 0 0.45 0.26 112.24 0.39 0.57
Hex 73 BD 68 27 0 2D 1A 70 27 39
Octal 163 275 150 47 0 55 32 160 47 71
Binary 1110011 10111101 1101000 100111 0 101101 11010 1110000 100111 111001

Color Harmonies of #73BD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BD68

Black with #73BD68

Text Example


Text Example

White with #73BD68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,189,104); }

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

background-color css

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

 a { background-color: rgb(115,189,104); }

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

border-color css

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

 span { border-color: rgb(115,189,104); }

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