#71B413

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

Shades of Christi #71B413

Tints of Christi #71B413

Color information

#71B413 (or 0x71B413) is unknown color: approx Christi. HEX triplet: 71, B4 and 13. RGB value is (113,180,19). Sum of RGB (Red+Green+Blue) = 113+180+19=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 180 (70.70% from 255 or 57.69% from 312); Blue value is 19 (7.81% from 255 or 6.09% from 312); Max value from RGB is 180 - color contains mainly: green. Hex color #71B413 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71B413 is #8E4BEC. Grayscale: #8E8E8E. Windows color (decimal): -9325549 or 1291377. OLE color: 1291377.

HSL color Cylindrical-coordinate representation of color #71B413: hue angle of 84.97º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #71B413 is Cyan = 0.37, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB11318019-
CMYK0.3700.890.29
HSL84.97º80.9%39.02%-
HSV(B)84.97º89.44%70.59%-
XYZ23.2536.26.38-
YUV141.6158.8107.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.22%
GREEN value IS 180 (70.70% from 255) = 57.69%
BLUE value IS 19 (7.81% from 255) = 6.09%
R=36.22%
G=57.69%
B=6.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal113180190.3700.890.2984.9780.939.02
Hex71B413250591D555127
Octal161264234501313512512147
Binary11100011011010010011100101010110011110110101011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,180,19); }

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

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

 a { background-color: rgb(113,180,19); }

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

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

 span { border-color: rgb(113,180,19); }

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