Html Css Color HEX #84DC64 Mantis

📋 copy color: '#84DC64'

red 132 ◦ green 220 ◦ blue 100

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

Shades of Mantis #84DC64

Tints of Mantis #84DC64

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.67%

 BLUE value IS 100 (39.45% from 255) = 22.12%

R = 29.2%
G = 48.67%
B = 22.12%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#84DC64 (or 0x84DC64) is known color: Mantis. HEX triplet: 84, DC and 64. RGB value is (132,220,100). Sum of RGB (Red+Green+Blue) = 132+220+100=452 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.20% from 452); Green value is 220 (86.33% from 255 or 48.67% from 452); Blue value is 100 (39.45% from 255 or 22.12% from 452); Max value from RGB is 220 - color contains mainly: green. Hex color #84DC64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84DC64 is #7B239B. Grayscale: #B4B4B4. Windows color (decimal): -8070044 or 6610052. OLE color: 6610052.

HSL color Cylindrical-coordinate representation of color #84DC64: hue angle of 104º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #84DC64 is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 220 100 -
CMYK 0.40 0 0.55 0.14
HSL 104º 0.63% 0.63% -
HSV(B) 104º 0.55% 0.86% -
XYZ 37.41 57.01 21.09 -
YUV 180.01 82.85 93.76 -
System Red Green Blue C M Y K H S L
Decimal 132 220 100 0.40 0 0.55 0.14 104 0.63 0.63
Hex 84 DC 64 28 0 37 E 68 3F 3F
Octal 204 334 144 50 0 67 16 150 77 77
Binary 10000100 11011100 1100100 101000 0 110111 1110 1101000 111111 111111

Color Harmonies of #84DC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DC64

Black with #84DC64

Text Example


Text Example

White with #84DC64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,220,100); }

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

background-color css

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

 a { background-color: rgb(132,220,100); }

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

border-color css

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

 span { border-color: rgb(132,220,100); }

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