Html Css Color HEX #84C450 Mantis

📋 copy color: '#84C450'

red 132 ◦ green 196 ◦ blue 80

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

Shades of Mantis #84C450

Tints of Mantis #84C450

RGB

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

 GREEN value IS 196 (76.95% from 255) = 48.04%

 BLUE value IS 80 (31.64% from 255) = 19.61%

R = 32.35%
G = 48.04%
B = 19.61%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#84C450 (or 0x84C450) is known color: Mantis. HEX triplet: 84, C4 and 50. RGB value is (132,196,80). Sum of RGB (Red+Green+Blue) = 132+196+80=408 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.35% from 408); Green value is 196 (76.95% from 255 or 48.04% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 196 - color contains mainly: green. Hex color #84C450 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C450 is #7B3BAF. Grayscale: #A4A4A4. Windows color (decimal): -8076208 or 5293188. OLE color: 5293188.

HSL color Cylindrical-coordinate representation of color #84C450: hue angle of 93.1º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #84C450 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 132 196 80 -
CMYK 0.33 0 0.59 0.23
HSL 93.1º 0.5% 0.54% -
HSV(B) 93.1º 0.59% 0.77% -
XYZ 30.7 44.96 14.65 -
YUV 163.64 80.8 105.43 -
System Red Green Blue C M Y K H S L
Decimal 132 196 80 0.33 0 0.59 0.23 93.1 0.5 0.54
Hex 84 C4 50 21 0 3B 17 5D 32 36
Octal 204 304 120 41 0 73 27 135 62 66
Binary 10000100 11000100 1010000 100001 0 111011 10111 1011101 110010 110110

Color Harmonies of #84C450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C450

Black with #84C450

Text Example


Text Example

White with #84C450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,196,80); }

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

background-color css

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

 a { background-color: rgb(132,196,80); }

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

border-color css

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

 span { border-color: rgb(132,196,80); }

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