Html Css Color HEX #84D75D Mantis

📋 copy color: '#84D75D'

red 132 ◦ green 215 ◦ blue 93

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

Shades of Mantis #84D75D

Tints of Mantis #84D75D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.86%

 BLUE value IS 93 (36.72% from 255) = 21.14%

R = 30%
G = 48.86%
B = 21.14%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#84D75D (or 0x84D75D) is known color: Mantis. HEX triplet: 84, D7 and 5D. RGB value is (132,215,93). Sum of RGB (Red+Green+Blue) = 132+215+93=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 215 (84.38% from 255 or 48.86% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 215 - color contains mainly: green. Hex color #84D75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D75D is #7B28A2. Grayscale: #B0B0B0. Windows color (decimal): -8071331 or 6150020. OLE color: 6150020.

HSL color Cylindrical-coordinate representation of color #84D75D: hue angle of 100.82º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #84D75D is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 132 215 93 -
CMYK 0.39 0 0.57 0.16
HSL 100.82º 0.6% 0.6% -
HSV(B) 100.82º 0.57% 0.84% -
XYZ 35.79 54.3 18.95 -
YUV 176.28 81 96.42 -
System Red Green Blue C M Y K H S L
Decimal 132 215 93 0.39 0 0.57 0.16 100.82 0.6 0.6
Hex 84 D7 5D 27 0 39 10 65 3C 3C
Octal 204 327 135 47 0 71 20 145 74 74
Binary 10000100 11010111 1011101 100111 0 111001 10000 1100101 111100 111100

Color Harmonies of #84D75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D75D

Black with #84D75D

Text Example


Text Example

White with #84D75D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,215,93); }

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

background-color css

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

 a { background-color: rgb(132,215,93); }

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

border-color css

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

 span { border-color: rgb(132,215,93); }

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