Html Css Color HEX #73C260 Mantis

📋 copy color: '#73C260'

red 115 ◦ green 194 ◦ blue 96

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

Shades of Mantis #73C260

Tints of Mantis #73C260

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.9%

 BLUE value IS 96 (37.89% from 255) = 23.7%

R = 28.4%
G = 47.9%
B = 23.7%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#73C260 (or 0x73C260) is known color: Mantis. HEX triplet: 73, C2 and 60. RGB value is (115,194,96). Sum of RGB (Red+Green+Blue) = 115+194+96=405 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.40% from 405); Green value is 194 (76.17% from 255 or 47.90% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 194 - color contains mainly: green. Hex color #73C260 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C260 is #8C3D9F. Grayscale: #9F9F9F. Windows color (decimal): -9190816 or 6341235. OLE color: 6341235.

HSL color Cylindrical-coordinate representation of color #73C260: hue angle of 108.37º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73C260 is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 115 194 96 -
CMYK 0.41 0 0.51 0.24
HSL 108.37º 0.45% 0.57% -
HSV(B) 108.37º 0.51% 0.76% -
XYZ 28.47 43.07 17.88 -
YUV 159.21 92.33 96.47 -
System Red Green Blue C M Y K H S L
Decimal 115 194 96 0.41 0 0.51 0.24 108.37 0.45 0.57
Hex 73 C2 60 29 0 33 18 6C 2D 39
Octal 163 302 140 51 0 63 30 154 55 71
Binary 1110011 11000010 1100000 101001 0 110011 11000 1101100 101101 111001

Color Harmonies of #73C260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C260

Black with #73C260

Text Example


Text Example

White with #73C260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,194,96); }

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

background-color css

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

 a { background-color: rgb(115,194,96); }

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

border-color css

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

 span { border-color: rgb(115,194,96); }

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