#71A221

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

Shades of Christi #71A221

Tints of Christi #71A221

Color information

#71A221 (or 0x71A221) is unknown color: approx Christi. HEX triplet: 71, A2 and 21. RGB value is (113,162,33). Sum of RGB (Red+Green+Blue) = 113+162+33=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 162 (63.67% from 255 or 52.60% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 162 - color contains mainly: green. Hex color #71A221 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A221 is #8E5DDE. Grayscale: #858585. Windows color (decimal): -9330143 or 2204273. OLE color: 2204273.

HSL color Cylindrical-coordinate representation of color #71A221: hue angle of 82.79º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #71A221 is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB11316233-
CMYK0.3000.800.36
HSL82.79º66.15%38.24%-
HSV(B)82.79º79.63%63.53%-
XYZ2029.466.07-
YUV132.6471.77113.99-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.69%
GREEN value IS 162 (63.67% from 255) = 52.60%
BLUE value IS 33 (13.28% from 255) = 10.71%
R=36.69%
G=52.60%
B=10.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal113162330.3000.800.3682.7966.1538.24
Hex71A2211E05024534226
Octal161242413601204412310246
Binary111000110100010100001111100101000010010010100111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,162,33); }

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

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

 a { background-color: rgb(113,162,33); }

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

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

 span { border-color: rgb(113,162,33); }

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