#71B523

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

Shades of Christi #71B523

Tints of Christi #71B523

Color information

#71B523 (or 0x71B523) is unknown color: approx Christi. HEX triplet: 71, B5 and 23. RGB value is (113,181,35). Sum of RGB (Red+Green+Blue) = 113+181+35=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 181 (71.09% from 255 or 55.02% from 329); Blue value is 35 (14.06% from 255 or 10.64% from 329); Max value from RGB is 181 - color contains mainly: green. Hex color #71B523 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B523 is #8E4ADC. Grayscale: #909090. Windows color (decimal): -9325277 or 2340209. OLE color: 2340209.

HSL color Cylindrical-coordinate representation of color #71B523: hue angle of 87.95º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #71B523 is Cyan = 0.38, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB11318135-
CMYK0.3800.810.29
HSL87.95º67.59%42.35%-
HSV(B)87.95º80.66%70.98%-
XYZ23.6436.687.42-
YUV144.0266.47105.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.35%
GREEN value IS 181 (71.09% from 255) = 55.02%
BLUE value IS 35 (14.06% from 255) = 10.64%
R=34.35%
G=55.02%
B=10.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal113181350.3800.810.2987.9567.5942.35
Hex71B523260511D58442a
Octal161265434601213513010452
Binary111000110110101100011100110010100011110110110001000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,181,35); }

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

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

 a { background-color: rgb(113,181,35); }

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

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

 span { border-color: rgb(113,181,35); }

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