#71BA16

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

Shades of Christi #71BA16

Tints of Christi #71BA16

Color information

#71BA16 (or 0x71BA16) is unknown color: approx Christi. HEX triplet: 71, BA and 16. RGB value is (113,186,22). Sum of RGB (Red+Green+Blue) = 113+186+22=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 186 (73.05% from 255 or 57.94% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71BA16 is #8E45E9. Grayscale: #929292. Windows color (decimal): -9324010 or 1489521. OLE color: 1489521.

HSL color Cylindrical-coordinate representation of color #71BA16: hue angle of 86.71º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #71BA16 is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB11318622-
CMYK0.3900.880.27
HSL86.71º78.85%40.78%-
HSV(B)86.71º88.17%72.94%-
XYZ24.5138.696.93-
YUV145.4858.32104.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.20%
GREEN value IS 186 (73.05% from 255) = 57.94%
BLUE value IS 22 (8.98% from 255) = 6.85%
R=35.20%
G=57.94%
B=6.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal113186220.3900.880.2786.7178.8540.78
Hex71BA16270581B574f29
Octal161272264701303312711751
Binary11100011011101010110100111010110001101110101111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BA16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,186,22); }

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

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

 a { background-color: rgb(113,186,22); }

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

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

 span { border-color: rgb(113,186,22); }

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