Html Css Color HEX #84C950 Mantis

📋 copy color: '#84C950'

red 132 ◦ green 201 ◦ blue 80

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

Shades of Mantis #84C950

Tints of Mantis #84C950

RGB

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

 GREEN value IS 201 (78.91% from 255) = 48.67%

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

R = 31.96%
G = 48.67%
B = 19.37%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#84C950 (or 0x84C950) is known color: Mantis. HEX triplet: 84, C9 and 50. RGB value is (132,201,80). Sum of RGB (Red+Green+Blue) = 132+201+80=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 201 (78.91% from 255 or 48.67% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 201 - color contains mainly: green. Hex color #84C950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C950 is #7B36AF. Grayscale: #A6A6A6. Windows color (decimal): -8074928 or 5294468. OLE color: 5294468.

HSL color Cylindrical-coordinate representation of color #84C950: hue angle of 94.21º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #84C950 is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 132 201 80 -
CMYK 0.34 0 0.60 0.21
HSL 94.21º 0.53% 0.55% -
HSV(B) 94.21º 0.6% 0.79% -
XYZ 31.85 47.26 15.03 -
YUV 166.58 79.14 103.34 -
System Red Green Blue C M Y K H S L
Decimal 132 201 80 0.34 0 0.60 0.21 94.21 0.53 0.55
Hex 84 C9 50 22 0 3C 15 5E 35 37
Octal 204 311 120 42 0 74 25 136 65 67
Binary 10000100 11001001 1010000 100010 0 111100 10101 1011110 110101 110111

Color Harmonies of #84C950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C950

Black with #84C950

Text Example


Text Example

White with #84C950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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