Html Css Color HEX #84B75D Mantis

📋 copy color: '#84B75D'

red 132 ◦ green 183 ◦ blue 93

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

Shades of Mantis #84B75D

Tints of Mantis #84B75D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.85%

 BLUE value IS 93 (36.72% from 255) = 22.79%

R = 32.35%
G = 44.85%
B = 22.79%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#84B75D (or 0x84B75D) is known color: Mantis. HEX triplet: 84, B7 and 5D. RGB value is (132,183,93). Sum of RGB (Red+Green+Blue) = 132+183+93=408 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.35% from 408); Green value is 183 (71.88% from 255 or 44.85% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 183 - color contains mainly: green. Hex color #84B75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84B75D is #7B48A2. Grayscale: #9D9D9D. Windows color (decimal): -8079523 or 6141828. OLE color: 6141828.

HSL color Cylindrical-coordinate representation of color #84B75D: hue angle of 94º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #84B75D is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 132 183 93 -
CMYK 0.28 0 0.49 0.28
HSL 94º 0.38% 0.54% -
HSV(B) 94º 0.49% 0.72% -
XYZ 28.42 39.56 16.49 -
YUV 157.49 91.6 109.82 -
System Red Green Blue C M Y K H S L
Decimal 132 183 93 0.28 0 0.49 0.28 94 0.38 0.54
Hex 84 B7 5D 1C 0 31 1C 5E 26 36
Octal 204 267 135 34 0 61 34 136 46 66
Binary 10000100 10110111 1011101 11100 0 110001 11100 1011110 100110 110110

Color Harmonies of #84B75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B75D

Black with #84B75D

Text Example


Text Example

White with #84B75D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,183,93); }

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

background-color css

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

 a { background-color: rgb(132,183,93); }

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

border-color css

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

 span { border-color: rgb(132,183,93); }

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