Html Css Color HEX #84BF46 Mantis

📋 copy color: '#84BF46'

red 132 ◦ green 191 ◦ blue 70

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

Shades of Mantis #84BF46

Tints of Mantis #84BF46

RGB

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

 GREEN value IS 191 (75% from 255) = 48.6%

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

R = 33.59%
G = 48.6%
B = 17.81%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#84BF46 (or 0x84BF46) is known color: Mantis. HEX triplet: 84, BF and 46. RGB value is (132,191,70). Sum of RGB (Red+Green+Blue) = 132+191+70=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 191 (75% from 255 or 48.60% from 393); Blue value is 70 (27.73% from 255 or 17.81% from 393); Max value from RGB is 191 - color contains mainly: green. Hex color #84BF46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BF46 is #7B40B9. Grayscale: #9F9F9F. Windows color (decimal): -8077498 or 4636548. OLE color: 4636548.

HSL color Cylindrical-coordinate representation of color #84BF46: hue angle of 89.26º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #84BF46 is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 132 191 70 -
CMYK 0.31 0 0.63 0.25
HSL 89.26º 0.49% 0.51% -
HSV(B) 89.26º 0.63% 0.75% -
XYZ 29.25 42.61 12.48 -
YUV 159.57 77.45 108.34 -
System Red Green Blue C M Y K H S L
Decimal 132 191 70 0.31 0 0.63 0.25 89.26 0.49 0.51
Hex 84 BF 46 1F 0 3F 19 59 31 33
Octal 204 277 106 37 0 77 31 131 61 63
Binary 10000100 10111111 1000110 11111 0 111111 11001 1011001 110001 110011

Color Harmonies of #84BF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BF46

Black with #84BF46

Text Example


Text Example

White with #84BF46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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