Html Css Color HEX #84C046 Mantis

📋 copy color: '#84C046'

red 132 ◦ green 192 ◦ blue 70

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

Shades of Mantis #84C046

Tints of Mantis #84C046

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.73%

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

R = 33.5%
G = 48.73%
B = 17.77%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#84C046 (or 0x84C046) is known color: Mantis. HEX triplet: 84, C0 and 46. RGB value is (132,192,70). Sum of RGB (Red+Green+Blue) = 132+192+70=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 70 (27.73% from 255 or 17.77% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #84C046 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C046 is #7B3FB9. Grayscale: #A0A0A0. Windows color (decimal): -8077242 or 4636804. OLE color: 4636804.

HSL color Cylindrical-coordinate representation of color #84C046: hue angle of 89.51º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #84C046 is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 132 192 70 -
CMYK 0.31 0 0.64 0.25
HSL 89.51º 0.49% 0.51% -
HSV(B) 89.51º 0.64% 0.75% -
XYZ 29.47 43.05 12.55 -
YUV 160.15 77.12 107.92 -
System Red Green Blue C M Y K H S L
Decimal 132 192 70 0.31 0 0.64 0.25 89.51 0.49 0.51
Hex 84 C0 46 1F 0 40 19 5A 31 33
Octal 204 300 106 37 0 100 31 132 61 63
Binary 10000100 11000000 1000110 11111 0 1000000 11001 1011010 110001 110011

Color Harmonies of #84C046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C046

Black with #84C046

Text Example


Text Example

White with #84C046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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