Html Css Color HEX #84BC70 Mantis

📋 copy color: '#84BC70'

red 132 ◦ green 188 ◦ blue 112

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

Shades of Mantis #84BC70

Tints of Mantis #84BC70

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.52%

 BLUE value IS 112 (44.14% from 255) = 25.93%

R = 30.56%
G = 43.52%
B = 25.93%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#84BC70 (or 0x84BC70) is known color: Mantis. HEX triplet: 84, BC and 70. RGB value is (132,188,112). Sum of RGB (Red+Green+Blue) = 132+188+112=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 188 - color contains mainly: green. Hex color #84BC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BC70 is #7B438F. Grayscale: #A2A2A2. Windows color (decimal): -8078224 or 7388292. OLE color: 7388292.

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

Color convert

RGB 132 188 112 -
CMYK 0.30 0 0.40 0.26
HSL 104.21º 0.36% 0.59% -
HSV(B) 104.21º 0.4% 0.74% -
XYZ 30.42 42.04 21.84 -
YUV 162.59 99.45 106.18 -
System Red Green Blue C M Y K H S L
Decimal 132 188 112 0.30 0 0.40 0.26 104.21 0.36 0.59
Hex 84 BC 70 1E 0 28 1A 68 24 3B
Octal 204 274 160 36 0 50 32 150 44 73
Binary 10000100 10111100 1110000 11110 0 101000 11010 1101000 100100 111011

Color Harmonies of #84BC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BC70

Black with #84BC70

Text Example


Text Example

White with #84BC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,188,112); }

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

background-color css

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

 a { background-color: rgb(132,188,112); }

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

border-color css

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

 span { border-color: rgb(132,188,112); }

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