Html Css Color HEX #84BD41 Mantis

📋 copy color: '#84BD41'

red 132 ◦ green 189 ◦ blue 65

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

Shades of Mantis #84BD41

Tints of Mantis #84BD41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.84%

R = 34.2%
G = 48.96%
B = 16.84%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#84BD41 (or 0x84BD41) is known color: Mantis. HEX triplet: 84, BD and 41. RGB value is (132,189,65). Sum of RGB (Red+Green+Blue) = 132+189+65=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 189 (74.22% from 255 or 48.96% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 189 - color contains mainly: green. Hex color #84BD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BD41 is #7B42BE. Grayscale: #9E9E9E. Windows color (decimal): -8078015 or 4308356. OLE color: 4308356.

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

Color convert

RGB 132 189 65 -
CMYK 0.30 0 0.66 0.26
HSL 87.58º 0.49% 0.5% -
HSV(B) 87.58º 0.66% 0.74% -
XYZ 28.67 41.68 11.54 -
YUV 157.82 75.62 109.58 -
System Red Green Blue C M Y K H S L
Decimal 132 189 65 0.30 0 0.66 0.26 87.58 0.49 0.5
Hex 84 BD 41 1E 0 42 1A 58 31 32
Octal 204 275 101 36 0 102 32 130 61 62
Binary 10000100 10111101 1000001 11110 0 1000010 11010 1011000 110001 110010

Color Harmonies of #84BD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BD41

Black with #84BD41

Text Example


Text Example

White with #84BD41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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