#71CA4B

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

Shades of Mantis #71CA4B

Tints of Mantis #71CA4B

Color information

#71CA4B (or 0x71CA4B) is unknown color: approx Mantis. HEX triplet: 71, CA and 4B. RGB value is (113,202,75). Sum of RGB (Red+Green+Blue) = 113+202+75=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 202 (79.30% from 255 or 51.79% from 390); Blue value is 75 (29.69% from 255 or 19.23% from 390); Max value from RGB is 202 - color contains mainly: green. Hex color #71CA4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CA4B is #8E35B4. Grayscale: #A1A1A1. Windows color (decimal): -9319861 or 4967025. OLE color: 4967025.

HSL color Cylindrical-coordinate representation of color #71CA4B: hue angle of 102.05º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #71CA4B is Cyan = 0.44, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB11320275-
CMYK0.4400.630.21
HSL102.05º54.51%54.31%-
HSV(B)102.05º62.87%79.22%-
XYZ29.246.2614.05-
YUV160.9179.5193.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.97%
GREEN value IS 202 (79.30% from 255) = 51.79%
BLUE value IS 75 (29.69% from 255) = 19.23%
R=28.97%
G=51.79%
B=19.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal113202750.4400.630.21102.0554.5154.31
Hex71CA4B2C03F15663736
Octal16131211354077251466766
Binary11100011100101010010111011000111111101011100110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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