Html Css Color HEX #84C75F Mantis

📋 copy color: '#84C75F'

red 132 ◦ green 199 ◦ blue 95

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

Shades of Mantis #84C75F

Tints of Mantis #84C75F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.71%

 BLUE value IS 95 (37.5% from 255) = 22.3%

R = 30.99%
G = 46.71%
B = 22.3%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#84C75F (or 0x84C75F) is known color: Mantis. HEX triplet: 84, C7 and 5F. RGB value is (132,199,95). Sum of RGB (Red+Green+Blue) = 132+199+95=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 199 (78.12% from 255 or 46.71% from 426); Blue value is 95 (37.5% from 255 or 22.30% from 426); Max value from RGB is 199 - color contains mainly: green. Hex color #84C75F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C75F is #7B38A0. Grayscale: #A7A7A7. Windows color (decimal): -8075425 or 6276996. OLE color: 6276996.

HSL color Cylindrical-coordinate representation of color #84C75F: hue angle of 98.65º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #84C75F is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 132 199 95 -
CMYK 0.34 0 0.52 0.22
HSL 98.65º 0.48% 0.58% -
HSV(B) 98.65º 0.52% 0.78% -
XYZ 32 46.58 18.13 -
YUV 167.11 87.3 102.96 -
System Red Green Blue C M Y K H S L
Decimal 132 199 95 0.34 0 0.52 0.22 98.65 0.48 0.58
Hex 84 C7 5F 22 0 34 16 63 30 3A
Octal 204 307 137 42 0 64 26 143 60 72
Binary 10000100 11000111 1011111 100010 0 110100 10110 1100011 110000 111010

Color Harmonies of #84C75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C75F

Black with #84C75F

Text Example


Text Example

White with #84C75F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,199,95); }

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

background-color css

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

 a { background-color: rgb(132,199,95); }

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

border-color css

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

 span { border-color: rgb(132,199,95); }

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