Html Css Color HEX #73CD4E Mantis

📋 copy color: '#73CD4E'

red 115 ◦ green 205 ◦ blue 78

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

Shades of Mantis #73CD4E

Tints of Mantis #73CD4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.6%

R = 28.89%
G = 51.51%
B = 19.6%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#73CD4E (or 0x73CD4E) is known color: Mantis. HEX triplet: 73, CD and 4E. RGB value is (115,205,78). Sum of RGB (Red+Green+Blue) = 115+205+78=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 205 (80.47% from 255 or 51.51% from 398); Blue value is 78 (30.86% from 255 or 19.60% from 398); Max value from RGB is 205 - color contains mainly: green. Hex color #73CD4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73CD4E is #8C32B1. Grayscale: #A4A4A4. Windows color (decimal): -9188018 or 5164403. OLE color: 5164403.

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

Color convert

RGB 115 205 78 -
CMYK 0.44 0 0.62 0.20
HSL 102.52º 0.56% 0.55% -
HSV(B) 102.52º 0.62% 0.8% -
XYZ 30.28 47.86 14.85 -
YUV 163.61 79.68 93.33 -
System Red Green Blue C M Y K H S L
Decimal 115 205 78 0.44 0 0.62 0.20 102.52 0.56 0.55
Hex 73 CD 4E 2C 0 3E 14 67 38 37
Octal 163 315 116 54 0 76 24 147 70 67
Binary 1110011 11001101 1001110 101100 0 111110 10100 1100111 111000 110111

Color Harmonies of #73CD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CD4E

Black with #73CD4E

Text Example


Text Example

White with #73CD4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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