Html Css Color HEX #84D950 Mantis

📋 copy color: '#84D950'

red 132 ◦ green 217 ◦ blue 80

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

Shades of Mantis #84D950

Tints of Mantis #84D950

RGB

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

 GREEN value IS 217 (85.16% from 255) = 50.58%

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

R = 30.77%
G = 50.58%
B = 18.65%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#84D950 (or 0x84D950) is known color: Mantis. HEX triplet: 84, D9 and 50. RGB value is (132,217,80). Sum of RGB (Red+Green+Blue) = 132+217+80=429 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.77% from 429); Green value is 217 (85.16% from 255 or 50.58% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 217 - color contains mainly: green. Hex color #84D950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D950 is #7B26AF. Grayscale: #B0B0B0. Windows color (decimal): -8070832 or 5298564. OLE color: 5298564.

HSL color Cylindrical-coordinate representation of color #84D950: hue angle of 97.23º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #84D950 is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 217 80 -
CMYK 0.39 0 0.63 0.15
HSL 97.23º 0.64% 0.58% -
HSV(B) 97.23º 0.63% 0.85% -
XYZ 35.78 55.11 16.34 -
YUV 175.97 73.84 96.64 -
System Red Green Blue C M Y K H S L
Decimal 132 217 80 0.39 0 0.63 0.15 97.23 0.64 0.58
Hex 84 D9 50 27 0 3F F 61 40 3A
Octal 204 331 120 47 0 77 17 141 100 72
Binary 10000100 11011001 1010000 100111 0 111111 1111 1100001 1000000 111010

Color Harmonies of #84D950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D950

Black with #84D950

Text Example


Text Example

White with #84D950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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