#71A202

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

Shades of Christi #71A202

Tints of Christi #71A202

Color information

#71A202 (or 0x71A202) is unknown color: approx Christi. HEX triplet: 71, A2 and 02. RGB value is (113,162,2). Sum of RGB (Red+Green+Blue) = 113+162+2=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 162 (63.67% from 255 or 58.48% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 162 - color contains mainly: green. Hex color #71A202 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71A202 is #8E5DFD. Grayscale: #818181. Windows color (decimal): -9330174 or 172657. OLE color: 172657.

HSL color Cylindrical-coordinate representation of color #71A202: hue angle of 78.38º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #71A202 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB1131622-
CMYK0.3000.990.36
HSL78.38º97.56%32.16%-
HSV(B)78.38º98.77%63.53%-
XYZ19.7429.364.68-
YUV129.1156.27116.51-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.79%
GREEN value IS 162 (63.67% from 255) = 58.48%
BLUE value IS 2 (1.17% from 255) = 0.72%
R=40.79%
G=58.48%
B=0.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal11316220.3000.990.3678.3897.5632.16
Hex71A221E063244e6220
Octal16124223601434411614240
Binary11100011010001010111100110001110010010011101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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