#71A804

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

Shades of Christi #71A804

Tints of Christi #71A804

Color information

#71A804 (or 0x71A804) is unknown color: approx Christi. HEX triplet: 71, A8 and 04. RGB value is (113,168,4). Sum of RGB (Red+Green+Blue) = 113+168+4=285 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.65% from 285); Green value is 168 (66.02% from 255 or 58.95% from 285); Blue value is 4 (1.95% from 255 or 1.40% from 285); Max value from RGB is 168 - color contains mainly: green. Hex color #71A804 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71A804 is #8E57FB. Grayscale: #858585. Windows color (decimal): -9328636 or 305265. OLE color: 305265.

HSL color Cylindrical-coordinate representation of color #71A804: hue angle of 80.12º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #71A804 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.34.

Color convert

RGB1131684-
CMYK0.3300.980.34
HSL80.12º95.35%33.73%-
HSV(B)80.12º97.62%65.88%-
XYZ20.8331.525.1-
YUV132.8655.28113.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.65%
GREEN value IS 168 (66.02% from 255) = 58.95%
BLUE value IS 4 (1.95% from 255) = 1.40%
R=39.65%
G=58.95%
B=1.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal11316840.3300.980.3480.1295.3533.73
Hex71A842106222505f22
Octal16125044101424212013742
Binary1110001101010001001000010110001010001010100001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,168,4); }

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

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

 a { background-color: rgb(113,168,4); }

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

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

 span { border-color: rgb(113,168,4); }

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