Html Css Color HEX #84B75F Mantis

📋 copy color: '#84B75F'

red 132 ◦ green 183 ◦ blue 95

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

Shades of Mantis #84B75F

Tints of Mantis #84B75F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.17%

R = 32.2%
G = 44.63%
B = 23.17%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#84B75F (or 0x84B75F) is known color: Mantis. HEX triplet: 84, B7 and 5F. RGB value is (132,183,95). Sum of RGB (Red+Green+Blue) = 132+183+95=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 183 (71.88% from 255 or 44.63% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 183 - color contains mainly: green. Hex color #84B75F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84B75F is #7B48A0. Grayscale: #9E9E9E. Windows color (decimal): -8079521 or 6272900. OLE color: 6272900.

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

Color convert

RGB 132 183 95 -
CMYK 0.28 0 0.48 0.28
HSL 94.77º 0.38% 0.55% -
HSV(B) 94.77º 0.48% 0.72% -
XYZ 28.51 39.6 16.97 -
YUV 157.72 92.6 109.66 -
System Red Green Blue C M Y K H S L
Decimal 132 183 95 0.28 0 0.48 0.28 94.77 0.38 0.55
Hex 84 B7 5F 1C 0 30 1C 5F 26 37
Octal 204 267 137 34 0 60 34 137 46 67
Binary 10000100 10110111 1011111 11100 0 110000 11100 1011111 100110 110111

Color Harmonies of #84B75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B75F

Black with #84B75F

Text Example


Text Example

White with #84B75F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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