#71C319

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

Shades of Christi #71C319

Tints of Christi #71C319

Color information

#71C319 (or 0x71C319) is unknown color: approx Christi. HEX triplet: 71, C3 and 19. RGB value is (113,195,25). Sum of RGB (Red+Green+Blue) = 113+195+25=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 195 (76.56% from 255 or 58.56% from 333); Blue value is 25 (10.16% from 255 or 7.51% from 333); Max value from RGB is 195 - color contains mainly: green. Hex color #71C319 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71C319 is #8E3CE6. Grayscale: #979797. Windows color (decimal): -9321703 or 1688433. OLE color: 1688433.

HSL color Cylindrical-coordinate representation of color #71C319: hue angle of 88.94º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #71C319 is Cyan = 0.42, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB11319525-
CMYK0.4200.870.24
HSL88.94º77.27%43.14%-
HSV(B)88.94º87.18%76.47%-
XYZ26.542.617.75-
YUV151.156.83100.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.93%
GREEN value IS 195 (76.56% from 255) = 58.56%
BLUE value IS 25 (10.16% from 255) = 7.51%
R=33.93%
G=58.56%
B=7.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal113195250.4200.870.2488.9477.2743.14
Hex71C3192A05718594d2b
Octal161303315201273013111553
Binary11100011100001111001101010010101111100010110011001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,195,25); }

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

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

 a { background-color: rgb(113,195,25); }

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

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

 span { border-color: rgb(113,195,25); }

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