Html Css Color HEX #73C868 Mantis

📋 copy color: '#73C868'

red 115 ◦ green 200 ◦ blue 104

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

Shades of Mantis #73C868

Tints of Mantis #73C868

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.73%

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

R = 27.45%
G = 47.73%
B = 24.82%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#73C868 (or 0x73C868) is known color: Mantis. HEX triplet: 73, C8 and 68. RGB value is (115,200,104). Sum of RGB (Red+Green+Blue) = 115+200+104=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 200 (78.52% from 255 or 47.73% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 200 - color contains mainly: green. Hex color #73C868 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C868 is #8C3797. Grayscale: #A3A3A3. Windows color (decimal): -9189272 or 6867059. OLE color: 6867059.

HSL color Cylindrical-coordinate representation of color #73C868: hue angle of 113.12º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73C868 is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 115 200 104 -
CMYK 0.42 0 0.48 0.22
HSL 113.13º 0.47% 0.6% -
HSV(B) 113.13º 0.48% 0.78% -
XYZ 30.22 45.95 20.37 -
YUV 163.64 94.34 93.31 -
System Red Green Blue C M Y K H S L
Decimal 115 200 104 0.42 0 0.48 0.22 113.13 0.47 0.6
Hex 73 C8 68 2A 0 30 16 71 2F 3C
Octal 163 310 150 52 0 60 26 161 57 74
Binary 1110011 11001000 1101000 101010 0 110000 10110 1110001 101111 111100

Color Harmonies of #73C868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C868

Black with #73C868

Text Example


Text Example

White with #73C868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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