Html Css Color HEX #84CD4A Mantis

📋 copy color: '#84CD4A'

red 132 ◦ green 205 ◦ blue 74

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

Shades of Mantis #84CD4A

Tints of Mantis #84CD4A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 49.88%

 BLUE value IS 74 (29.3% from 255) = 18%

R = 32.12%
G = 49.88%
B = 18%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#84CD4A (or 0x84CD4A) is known color: Mantis. HEX triplet: 84, CD and 4A. RGB value is (132,205,74). Sum of RGB (Red+Green+Blue) = 132+205+74=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 205 (80.47% from 255 or 49.88% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 205 - color contains mainly: green. Hex color #84CD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84CD4A is #7B32B5. Grayscale: #A8A8A8. Windows color (decimal): -8073910 or 4902276. OLE color: 4902276.

HSL color Cylindrical-coordinate representation of color #84CD4A: hue angle of 93.44º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #84CD4A is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 132 205 74 -
CMYK 0.36 0 0.64 0.20
HSL 93.44º 0.57% 0.55% -
HSV(B) 93.44º 0.64% 0.8% -
XYZ 32.58 49.06 14.23 -
YUV 168.24 74.82 102.15 -
System Red Green Blue C M Y K H S L
Decimal 132 205 74 0.36 0 0.64 0.20 93.44 0.57 0.55
Hex 84 CD 4A 24 0 40 14 5D 39 37
Octal 204 315 112 44 0 100 24 135 71 67
Binary 10000100 11001101 1001010 100100 0 1000000 10100 1011101 111001 110111

Color Harmonies of #84CD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CD4A

Black with #84CD4A

Text Example


Text Example

White with #84CD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,205,74); }

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

background-color css

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

 a { background-color: rgb(132,205,74); }

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

border-color css

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

 span { border-color: rgb(132,205,74); }

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