#71C84B

Color #71C84B Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #71C84B

Tints of Mantis #71C84B

Color information

#71C84B (or 0x71C84B) is unknown color: approx Mantis. HEX triplet: 71, C8 and 4B. RGB value is (113,200,75). Sum of RGB (Red+Green+Blue) = 113+200+75=388 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.12% from 388); Green value is 200 (78.52% from 255 or 51.55% from 388); Blue value is 75 (29.69% from 255 or 19.33% from 388); Max value from RGB is 200 - color contains mainly: green. Hex color #71C84B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C84B is #8E37B4. Grayscale: #A0A0A0. Windows color (decimal): -9320373 or 4966513. OLE color: 4966513.

HSL color Cylindrical-coordinate representation of color #71C84B: hue angle of 101.76º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #71C84B is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB11320075-
CMYK0.4400.620.22
HSL101.76º53.19%53.92%-
HSV(B)101.76º62.5%78.43%-
XYZ28.7345.3313.89-
YUV159.7480.1894.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.12%
GREEN value IS 200 (78.52% from 255) = 51.55%
BLUE value IS 75 (29.69% from 255) = 19.33%
R=29.12%
G=51.55%
B=19.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal113200750.4400.620.22101.7653.1953.92
Hex71C84B2C03E16663536
Octal16131011354076261466566
Binary11100011100100010010111011000111110101101100110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71C84B; }

 p { color: rgb(113,200,75); }

 H1.HeaderClassName
 {
   color: #71C84B;
 }
 .AnyTagClassName
 {
   color: #71C84B;
 }
</style>
background-color css

<style>
 a { background-color: #71C84B; }

 a { background-color: rgb(113,200,75); }

 div.DivClassName
 {
   background-color: #71C84B;
 }
 .BgClassName
 {
   background-color: #71C84B;
 }
</style>
border-color css

<style>
 span { border-color: #71C84B; }

 span { border-color: rgb(113,200,75); }

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