#71B025

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

Shades of Christi #71B025

Tints of Christi #71B025

Color information

#71B025 (or 0x71B025) is unknown color: approx Christi. HEX triplet: 71, B0 and 25. RGB value is (113,176,37). Sum of RGB (Red+Green+Blue) = 113+176+37=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 176 (69.14% from 255 or 53.99% from 326); Blue value is 37 (14.84% from 255 or 11.35% from 326); Max value from RGB is 176 - color contains mainly: green. Hex color #71B025 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71B025 is #8E4FDA. Grayscale: #8D8D8D. Windows color (decimal): -9326555 or 2470001. OLE color: 2470001.

HSL color Cylindrical-coordinate representation of color #71B025: hue angle of 87.19º 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 #71B025 is Cyan = 0.36, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB11317637-
CMYK0.3600.790.31
HSL87.19º65.26%41.76%-
HSV(B)87.19º78.98%69.02%-
XYZ22.6734.697.25-
YUV141.3269.13107.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.66%
GREEN value IS 176 (69.14% from 255) = 53.99%
BLUE value IS 37 (14.84% from 255) = 11.35%
R=34.66%
G=53.99%
B=11.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal113176370.3600.790.3187.1965.2641.76
Hex71B0252404F1F57412a
Octal161260454401173712710152
Binary111000110110000100101100100010011111111110101111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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