Html Css Color HEX #73C356 Mantis

📋 copy color: '#73C356'

red 115 ◦ green 195 ◦ blue 86

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

Shades of Mantis #73C356

Tints of Mantis #73C356

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.24%

 BLUE value IS 86 (33.98% from 255) = 21.72%

R = 29.04%
G = 49.24%
B = 21.72%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#73C356 (or 0x73C356) is known color: Mantis. HEX triplet: 73, C3 and 56. RGB value is (115,195,86). Sum of RGB (Red+Green+Blue) = 115+195+86=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 195 (76.56% from 255 or 49.24% from 396); Blue value is 86 (33.98% from 255 or 21.72% from 396); Max value from RGB is 195 - color contains mainly: green. Hex color #73C356 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C356 is #8C3CA9. Grayscale: #9F9F9F. Windows color (decimal): -9190570 or 5686131. OLE color: 5686131.

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

Color convert

RGB 115 195 86 -
CMYK 0.41 0 0.56 0.24
HSL 104.04º 0.48% 0.55% -
HSV(B) 104.04º 0.56% 0.76% -
XYZ 28.27 43.35 15.68 -
YUV 158.65 87 96.86 -
System Red Green Blue C M Y K H S L
Decimal 115 195 86 0.41 0 0.56 0.24 104.04 0.48 0.55
Hex 73 C3 56 29 0 38 18 68 30 37
Octal 163 303 126 51 0 70 30 150 60 67
Binary 1110011 11000011 1010110 101001 0 111000 11000 1101000 110000 110111

Color Harmonies of #73C356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C356

Black with #73C356

Text Example


Text Example

White with #73C356

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,195,86); }

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

background-color css

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

 a { background-color: rgb(115,195,86); }

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

border-color css

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

 span { border-color: rgb(115,195,86); }

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