Html Css Color HEX #73D642 Mantis

📋 copy color: '#73D642'

red 115 ◦ green 214 ◦ blue 66

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

Shades of Mantis #73D642

Tints of Mantis #73D642

RGB

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

 GREEN value IS 214 (83.98% from 255) = 54.18%

 BLUE value IS 66 (26.17% from 255) = 16.71%

R = 29.11%
G = 54.18%
B = 16.71%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#73D642 (or 0x73D642) is known color: Mantis. HEX triplet: 73, D6 and 42. RGB value is (115,214,66). Sum of RGB (Red+Green+Blue) = 115+214+66=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 214 (83.98% from 255 or 54.18% from 395); Blue value is 66 (26.17% from 255 or 16.71% from 395); Max value from RGB is 214 - color contains mainly: green. Hex color #73D642 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D642 is #8C29BD. Grayscale: #A8A8A8. Windows color (decimal): -9185726 or 4380275. OLE color: 4380275.

HSL color Cylindrical-coordinate representation of color #73D642: hue angle of 100.14º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #73D642 is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 115 214 66 -
CMYK 0.46 0 0.69 0.16
HSL 100.14º 0.64% 0.55% -
HSV(B) 100.14º 0.69% 0.84% -
XYZ 32.1 52.13 13.52 -
YUV 167.53 70.7 90.53 -
System Red Green Blue C M Y K H S L
Decimal 115 214 66 0.46 0 0.69 0.16 100.14 0.64 0.55
Hex 73 D6 42 2E 0 45 10 64 40 37
Octal 163 326 102 56 0 105 20 144 100 67
Binary 1110011 11010110 1000010 101110 0 1000101 10000 1100100 1000000 110111

Color Harmonies of #73D642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D642

Black with #73D642

Text Example


Text Example

White with #73D642

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,214,66); }

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

background-color css

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

 a { background-color: rgb(115,214,66); }

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

border-color css

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

 span { border-color: rgb(115,214,66); }

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