Html Css Color HEX #73CD5E Mantis

📋 copy color: '#73CD5E'

red 115 ◦ green 205 ◦ blue 94

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

Shades of Mantis #73CD5E

Tints of Mantis #73CD5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.71%

R = 27.78%
G = 49.52%
B = 22.71%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#73CD5E (or 0x73CD5E) is known color: Mantis. HEX triplet: 73, CD and 5E. RGB value is (115,205,94). Sum of RGB (Red+Green+Blue) = 115+205+94=414 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.78% from 414); Green value is 205 (80.47% from 255 or 49.52% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 205 - color contains mainly: green. Hex color #73CD5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73CD5E is #8C32A1. Grayscale: #A5A5A5. Windows color (decimal): -9188002 or 6212979. OLE color: 6212979.

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

Color convert

RGB 115 205 94 -
CMYK 0.44 0 0.54 0.20
HSL 108.65º 0.53% 0.59% -
HSV(B) 108.65º 0.54% 0.8% -
XYZ 30.92 48.12 18.25 -
YUV 165.44 87.68 92.03 -
System Red Green Blue C M Y K H S L
Decimal 115 205 94 0.44 0 0.54 0.20 108.65 0.53 0.59
Hex 73 CD 5E 2C 0 36 14 6D 35 3B
Octal 163 315 136 54 0 66 24 155 65 73
Binary 1110011 11001101 1011110 101100 0 110110 10100 1101101 110101 111011

Color Harmonies of #73CD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CD5E

Black with #73CD5E

Text Example


Text Example

White with #73CD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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