#71AF11

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

Shades of Christi #71AF11

Tints of Christi #71AF11

Color information

#71AF11 (or 0x71AF11) is unknown color: approx Christi. HEX triplet: 71, AF and 11. RGB value is (113,175,17). Sum of RGB (Red+Green+Blue) = 113+175+17=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 175 (68.75% from 255 or 57.38% from 305); Blue value is 17 (7.03% from 255 or 5.57% from 305); Max value from RGB is 175 - color contains mainly: green. Hex color #71AF11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71AF11 is #8E50EE. Grayscale: #8B8B8B. Windows color (decimal): -9326831 or 1159025. OLE color: 1159025.

HSL color Cylindrical-coordinate representation of color #71AF11: hue angle of 83.54º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71AF11 is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB11317517-
CMYK0.3500.900.31
HSL83.54º82.29%37.65%-
HSV(B)83.54º90.29%68.63%-
XYZ22.2434.215.96-
YUV138.4559.46109.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.05%
GREEN value IS 175 (68.75% from 255) = 57.38%
BLUE value IS 17 (7.03% from 255) = 5.57%
R=37.05%
G=57.38%
B=5.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal113175170.3500.900.3183.5482.2937.65
Hex71AF112305A1F545226
Octal161257214301323712412246
Binary11100011010111110001100011010110101111110101001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AF11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,175,17); }

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

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

 a { background-color: rgb(113,175,17); }

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

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

 span { border-color: rgb(113,175,17); }

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