Html Css Color HEX #73CD61 Mantis

📋 copy color: '#73CD61'

red 115 ◦ green 205 ◦ blue 97

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

Shades of Mantis #73CD61

Tints of Mantis #73CD61

RGB

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

 GREEN value IS 205 (80.47% from 255) = 49.16%

 BLUE value IS 97 (38.28% from 255) = 23.26%

R = 27.58%
G = 49.16%
B = 23.26%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#73CD61 (or 0x73CD61) is known color: Mantis. HEX triplet: 73, CD and 61. RGB value is (115,205,97). Sum of RGB (Red+Green+Blue) = 115+205+97=417 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.58% from 417); Green value is 205 (80.47% from 255 or 49.16% from 417); Blue value is 97 (38.28% from 255 or 23.26% from 417); Max value from RGB is 205 - color contains mainly: green. Hex color #73CD61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73CD61 is #8C329E. Grayscale: #A6A6A6. Windows color (decimal): -9187999 or 6409587. OLE color: 6409587.

HSL color Cylindrical-coordinate representation of color #73CD61: hue angle of 110º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73CD61 is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB 115 205 97 -
CMYK 0.44 0 0.53 0.20
HSL 110º 0.52% 0.59% -
HSV(B) 110º 0.53% 0.8% -
XYZ 31.06 48.17 18.97 -
YUV 165.78 89.18 91.78 -
System Red Green Blue C M Y K H S L
Decimal 115 205 97 0.44 0 0.53 0.20 110 0.52 0.59
Hex 73 CD 61 2C 0 35 14 6E 34 3B
Octal 163 315 141 54 0 65 24 156 64 73
Binary 1110011 11001101 1100001 101100 0 110101 10100 1101110 110100 111011

Color Harmonies of #73CD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CD61

Black with #73CD61

Text Example


Text Example

White with #73CD61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,205,97); }

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

background-color css

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

 a { background-color: rgb(115,205,97); }

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

border-color css

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

 span { border-color: rgb(115,205,97); }

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