Html Css Color HEX #84BD46 Mantis

📋 copy color: '#84BD46'

red 132 ◦ green 189 ◦ blue 70

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

Shades of Mantis #84BD46

Tints of Mantis #84BD46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.9%

R = 33.76%
G = 48.34%
B = 17.9%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#84BD46 (or 0x84BD46) is known color: Mantis. HEX triplet: 84, BD and 46. RGB value is (132,189,70). Sum of RGB (Red+Green+Blue) = 132+189+70=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 189 (74.22% from 255 or 48.34% from 391); Blue value is 70 (27.73% from 255 or 17.90% from 391); Max value from RGB is 189 - color contains mainly: green. Hex color #84BD46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BD46 is #7B42B9. Grayscale: #9E9E9E. Windows color (decimal): -8078010 or 4636036. OLE color: 4636036.

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

Color convert

RGB 132 189 70 -
CMYK 0.30 0 0.63 0.26
HSL 88.74º 0.47% 0.51% -
HSV(B) 88.74º 0.63% 0.74% -
XYZ 28.82 41.74 12.33 -
YUV 158.39 78.12 109.18 -
System Red Green Blue C M Y K H S L
Decimal 132 189 70 0.30 0 0.63 0.26 88.74 0.47 0.51
Hex 84 BD 46 1E 0 3F 1A 59 2F 33
Octal 204 275 106 36 0 77 32 131 57 63
Binary 10000100 10111101 1000110 11110 0 111111 11010 1011001 101111 110011

Color Harmonies of #84BD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BD46

Black with #84BD46

Text Example


Text Example

White with #84BD46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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