Html Css Color HEX #84C346 Mantis

📋 copy color: '#84C346'

red 132 ◦ green 195 ◦ blue 70

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

Shades of Mantis #84C346

Tints of Mantis #84C346

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.12%

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

R = 33.25%
G = 49.12%
B = 17.63%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#84C346 (or 0x84C346) is known color: Mantis. HEX triplet: 84, C3 and 46. RGB value is (132,195,70). Sum of RGB (Red+Green+Blue) = 132+195+70=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 195 (76.56% from 255 or 49.12% from 397); Blue value is 70 (27.73% from 255 or 17.63% from 397); Max value from RGB is 195 - color contains mainly: green. Hex color #84C346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C346 is #7B3CB9. Grayscale: #A2A2A2. Windows color (decimal): -8076474 or 4637572. OLE color: 4637572.

HSL color Cylindrical-coordinate representation of color #84C346: hue angle of 90.24º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #84C346 is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 132 195 70 -
CMYK 0.32 0 0.64 0.24
HSL 90.24º 0.51% 0.52% -
HSV(B) 90.24º 0.64% 0.76% -
XYZ 30.14 44.38 12.77 -
YUV 161.91 76.13 106.66 -
System Red Green Blue C M Y K H S L
Decimal 132 195 70 0.32 0 0.64 0.24 90.24 0.51 0.52
Hex 84 C3 46 20 0 40 18 5A 33 34
Octal 204 303 106 40 0 100 30 132 63 64
Binary 10000100 11000011 1000110 100000 0 1000000 11000 1011010 110011 110100

Color Harmonies of #84C346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C346

Black with #84C346

Text Example


Text Example

White with #84C346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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