Html Css Color HEX #84BD45 Mantis

📋 copy color: '#84BD45'

red 132 ◦ green 189 ◦ blue 69

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

Shades of Mantis #84BD45

Tints of Mantis #84BD45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.69%

R = 33.85%
G = 48.46%
B = 17.69%

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

#84BD45 (or 0x84BD45) is known color: Mantis. HEX triplet: 84, BD and 45. RGB value is (132,189,69). Sum of RGB (Red+Green+Blue) = 132+189+69=390 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.85% from 390); Green value is 189 (74.22% from 255 or 48.46% from 390); Blue value is 69 (27.34% from 255 or 17.69% from 390); Max value from RGB is 189 - color contains mainly: green. Hex color #84BD45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BD45 is #7B42BA. Grayscale: #9E9E9E. Windows color (decimal): -8078011 or 4570500. OLE color: 4570500.

HSL color Cylindrical-coordinate representation of color #84BD45: hue angle of 88.5º degrees, saturation: 0.48, 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 #84BD45 is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 189 69 -
CMYK 0.30 0 0.63 0.26
HSL 88.5º 0.48% 0.51% -
HSV(B) 88.5º 0.63% 0.74% -
XYZ 28.79 41.73 12.17 -
YUV 158.28 77.62 109.26 -
System Red Green Blue C M Y K H S L
Decimal 132 189 69 0.30 0 0.63 0.26 88.5 0.48 0.51
Hex 84 BD 45 1E 0 3F 1A 58 30 33
Octal 204 275 105 36 0 77 32 130 60 63
Binary 10000100 10111101 1000101 11110 0 111111 11010 1011000 110000 110011

Color Harmonies of #84BD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BD45

Black with #84BD45

Text Example


Text Example

White with #84BD45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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