Html Css Color HEX #84BD73 Mantis

📋 copy color: '#84BD73'

red 132 ◦ green 189 ◦ blue 115

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

Shades of Mantis #84BD73

Tints of Mantis #84BD73

RGB

 RED value IS 132 (51.95% from 255) = 30.28%

 GREEN value IS 189 (74.22% from 255) = 43.35%

 BLUE value IS 115 (45.31% from 255) = 26.38%

R = 30.28%
G = 43.35%
B = 26.38%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#84BD73 (or 0x84BD73) is known color: Mantis. HEX triplet: 84, BD and 73. RGB value is (132,189,115). Sum of RGB (Red+Green+Blue) = 132+189+115=436 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.28% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 189 - color contains mainly: green. Hex color #84BD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BD73 is #7B428C. Grayscale: #A3A3A3. Windows color (decimal): -8077965 or 7585156. OLE color: 7585156.

HSL color Cylindrical-coordinate representation of color #84BD73: hue angle of 106.22º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84BD73 is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 189 115 -
CMYK 0.30 0 0.39 0.26
HSL 106.22º 0.36% 0.6% -
HSV(B) 106.22º 0.39% 0.74% -
XYZ 30.81 42.54 22.81 -
YUV 163.52 100.62 105.52 -
System Red Green Blue C M Y K H S L
Decimal 132 189 115 0.30 0 0.39 0.26 106.22 0.36 0.6
Hex 84 BD 73 1E 0 27 1A 6A 24 3C
Octal 204 275 163 36 0 47 32 152 44 74
Binary 10000100 10111101 1110011 11110 0 100111 11010 1101010 100100 111100

Color Harmonies of #84BD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BD73

Black with #84BD73

Text Example


Text Example

White with #84BD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84BD73; }

 p { color: rgb(132,189,115); }

 H1.HeaderClassName
 {
   color: #84BD73;
 }
 .AnyTagClassName
 {
   color: #84BD73;
 }
</style>

background-color css

<style>
 a { background-color: #84BD73; }

 a { background-color: rgb(132,189,115); }

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

border-color css

<style>
 span { border-color: #84BD73; }

 span { border-color: rgb(132,189,115); }

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