Html Css Color HEX #73C256 Mantis

📋 copy color: '#73C256'

red 115 ◦ green 194 ◦ blue 86

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

Shades of Mantis #73C256

Tints of Mantis #73C256

RGB

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

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

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

R = 29.11%
G = 49.11%
B = 21.77%

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

#73C256 (or 0x73C256) is known color: Mantis. HEX triplet: 73, C2 and 56. RGB value is (115,194,86). Sum of RGB (Red+Green+Blue) = 115+194+86=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 194 (76.17% from 255 or 49.11% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 194 - color contains mainly: green. Hex color #73C256 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C256 is #8C3DA9. Grayscale: #9E9E9E. Windows color (decimal): -9190826 or 5685875. OLE color: 5685875.

HSL color Cylindrical-coordinate representation of color #73C256: hue angle of 103.89º degrees, saturation: 0.47, 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 #73C256 is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 115 194 86 -
CMYK 0.41 0 0.56 0.24
HSL 103.89º 0.47% 0.55% -
HSV(B) 103.89º 0.56% 0.76% -
XYZ 28.04 42.9 15.61 -
YUV 158.07 87.33 97.28 -
System Red Green Blue C M Y K H S L
Decimal 115 194 86 0.41 0 0.56 0.24 103.89 0.47 0.55
Hex 73 C2 56 29 0 38 18 68 2F 37
Octal 163 302 126 51 0 70 30 150 57 67
Binary 1110011 11000010 1010110 101001 0 111000 11000 1101000 101111 110111

Color Harmonies of #73C256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C256

Black with #73C256

Text Example


Text Example

White with #73C256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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