Html Css Color HEX #84BD52 Mantis

📋 copy color: '#84BD52'

red 132 ◦ green 189 ◦ blue 82

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

Shades of Mantis #84BD52

Tints of Mantis #84BD52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.35%

R = 32.75%
G = 46.9%
B = 20.35%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#84BD52 (or 0x84BD52) is known color: Mantis. HEX triplet: 84, BD and 52. RGB value is (132,189,82). Sum of RGB (Red+Green+Blue) = 132+189+82=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 189 (74.22% from 255 or 46.90% from 403); Blue value is 82 (32.42% from 255 or 20.35% from 403); Max value from RGB is 189 - color contains mainly: green. Hex color #84BD52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BD52 is #7B42AD. Grayscale: #A0A0A0. Windows color (decimal): -8077998 or 5422468. OLE color: 5422468.

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

Color convert

RGB 132 189 82 -
CMYK 0.30 0 0.57 0.26
HSL 91.96º 0.45% 0.53% -
HSV(B) 91.96º 0.57% 0.74% -
XYZ 29.24 41.91 14.53 -
YUV 159.76 84.12 108.2 -
System Red Green Blue C M Y K H S L
Decimal 132 189 82 0.30 0 0.57 0.26 91.96 0.45 0.53
Hex 84 BD 52 1E 0 39 1A 5C 2D 35
Octal 204 275 122 36 0 71 32 134 55 65
Binary 10000100 10111101 1010010 11110 0 111001 11010 1011100 101101 110101

Color Harmonies of #84BD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BD52

Black with #84BD52

Text Example


Text Example

White with #84BD52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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