Html Css Color HEX #84BD65 Mantis

📋 copy color: '#84BD65'

red 132 ◦ green 189 ◦ blue 101

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

Shades of Mantis #84BD65

Tints of Mantis #84BD65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.93%

R = 31.28%
G = 44.79%
B = 23.93%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#84BD65 (or 0x84BD65) is known color: Mantis. HEX triplet: 84, BD and 65. RGB value is (132,189,101). Sum of RGB (Red+Green+Blue) = 132+189+101=422 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.28% from 422); Green value is 189 (74.22% from 255 or 44.79% from 422); Blue value is 101 (39.84% from 255 or 23.93% from 422); Max value from RGB is 189 - color contains mainly: green. Hex color #84BD65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BD65 is #7B429A. Grayscale: #A2A2A2. Windows color (decimal): -8077979 or 6667652. OLE color: 6667652.

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

Color convert

RGB 132 189 101 -
CMYK 0.30 0 0.47 0.26
HSL 98.86º 0.4% 0.57% -
HSV(B) 98.86º 0.47% 0.74% -
XYZ 30.06 42.24 18.88 -
YUV 161.93 93.62 106.66 -
System Red Green Blue C M Y K H S L
Decimal 132 189 101 0.30 0 0.47 0.26 98.86 0.4 0.57
Hex 84 BD 65 1E 0 2F 1A 63 28 39
Octal 204 275 145 36 0 57 32 143 50 71
Binary 10000100 10111101 1100101 11110 0 101111 11010 1100011 101000 111001

Color Harmonies of #84BD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BD65

Black with #84BD65

Text Example


Text Example

White with #84BD65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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