Html Css Color HEX #73CD5C Mantis

📋 copy color: '#73CD5C'

red 115 ◦ green 205 ◦ blue 92

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

Shades of Mantis #73CD5C

Tints of Mantis #73CD5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.33%

R = 27.91%
G = 49.76%
B = 22.33%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#73CD5C (or 0x73CD5C) is known color: Mantis. HEX triplet: 73, CD and 5C. RGB value is (115,205,92). Sum of RGB (Red+Green+Blue) = 115+205+92=412 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.91% from 412); Green value is 205 (80.47% from 255 or 49.76% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 205 - color contains mainly: green. Hex color #73CD5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73CD5C is #8C32A3. Grayscale: #A5A5A5. Windows color (decimal): -9188004 or 6081907. OLE color: 6081907.

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

Color convert

RGB 115 205 92 -
CMYK 0.44 0 0.55 0.20
HSL 107.79º 0.53% 0.58% -
HSV(B) 107.79º 0.55% 0.8% -
XYZ 30.83 48.08 17.78 -
YUV 165.21 86.68 92.19 -
System Red Green Blue C M Y K H S L
Decimal 115 205 92 0.44 0 0.55 0.20 107.79 0.53 0.58
Hex 73 CD 5C 2C 0 37 14 6C 35 3A
Octal 163 315 134 54 0 67 24 154 65 72
Binary 1110011 11001101 1011100 101100 0 110111 10100 1101100 110101 111010

Color Harmonies of #73CD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CD5C

Black with #73CD5C

Text Example


Text Example

White with #73CD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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