Html Css Color HEX #73CD4C Mantis

📋 copy color: '#73CD4C'

red 115 ◦ green 205 ◦ blue 76

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

Shades of Mantis #73CD4C

Tints of Mantis #73CD4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.19%

R = 29.04%
G = 51.77%
B = 19.19%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#73CD4C (or 0x73CD4C) is known color: Mantis. HEX triplet: 73, CD and 4C. RGB value is (115,205,76). Sum of RGB (Red+Green+Blue) = 115+205+76=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 205 (80.47% from 255 or 51.77% from 396); Blue value is 76 (30.08% from 255 or 19.19% from 396); Max value from RGB is 205 - color contains mainly: green. Hex color #73CD4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73CD4C is #8C32B3. Grayscale: #A3A3A3. Windows color (decimal): -9188020 or 5033331. OLE color: 5033331.

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

Color convert

RGB 115 205 76 -
CMYK 0.44 0 0.63 0.20
HSL 101.86º 0.56% 0.55% -
HSV(B) 101.86º 0.63% 0.8% -
XYZ 30.21 47.83 14.48 -
YUV 163.38 78.68 93.49 -
System Red Green Blue C M Y K H S L
Decimal 115 205 76 0.44 0 0.63 0.20 101.86 0.56 0.55
Hex 73 CD 4C 2C 0 3F 14 66 38 37
Octal 163 315 114 54 0 77 24 146 70 67
Binary 1110011 11001101 1001100 101100 0 111111 10100 1100110 111000 110111

Color Harmonies of #73CD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CD4C

Black with #73CD4C

Text Example


Text Example

White with #73CD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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