#71AF25

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

Shades of Christi #71AF25

Tints of Christi #71AF25

Color information

#71AF25 (or 0x71AF25) is unknown color: approx Christi. HEX triplet: 71, AF and 25. RGB value is (113,175,37). Sum of RGB (Red+Green+Blue) = 113+175+37=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 175 (68.75% from 255 or 53.85% from 325); Blue value is 37 (14.84% from 255 or 11.38% from 325); Max value from RGB is 175 - color contains mainly: green. Hex color #71AF25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AF25 is #8E50DA. Grayscale: #8D8D8D. Windows color (decimal): -9326811 or 2469745. OLE color: 2469745.

HSL color Cylindrical-coordinate representation of color #71AF25: hue angle of 86.96º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #71AF25 is Cyan = 0.35, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB11317537-
CMYK0.3500.790.31
HSL86.96º65.09%41.57%-
HSV(B)86.96º78.86%68.63%-
XYZ22.4734.37.19-
YUV140.7369.46108.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.77%
GREEN value IS 175 (68.75% from 255) = 53.85%
BLUE value IS 37 (14.84% from 255) = 11.38%
R=34.77%
G=53.85%
B=11.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal113175370.3500.790.3186.9665.0941.57
Hex71AF252304F1F57412a
Octal161257454301173712710152
Binary111000110101111100101100011010011111111110101111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AF25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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