#71BD16

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

Shades of Christi #71BD16

Tints of Christi #71BD16

Color information

#71BD16 (or 0x71BD16) is unknown color: approx Christi. HEX triplet: 71, BD and 16. RGB value is (113,189,22). Sum of RGB (Red+Green+Blue) = 113+189+22=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 189 (74.22% from 255 or 58.33% from 324); Blue value is 22 (8.98% from 255 or 6.79% from 324); Max value from RGB is 189 - color contains mainly: green. Hex color #71BD16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71BD16 is #8E42E9. Grayscale: #939393. Windows color (decimal): -9323242 or 1490289. OLE color: 1490289.

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

Color convert

RGB11318922-
CMYK0.4000.880.26
HSL87.31º79.15%41.37%-
HSV(B)87.31º88.36%74.12%-
XYZ25.1539.967.15-
YUV147.2457.32103.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.88%
GREEN value IS 189 (74.22% from 255) = 58.33%
BLUE value IS 22 (8.98% from 255) = 6.79%
R=34.88%
G=58.33%
B=6.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal113189220.4000.880.2687.3179.1541.37
Hex71BD16280581A574f29
Octal161275265001303212711751
Binary11100011011110110110101000010110001101010101111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BD16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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