#71C213

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

Shades of Christi #71C213

Tints of Christi #71C213

Color information

#71C213 (or 0x71C213) is unknown color: approx Christi. HEX triplet: 71, C2 and 13. RGB value is (113,194,19). Sum of RGB (Red+Green+Blue) = 113+194+19=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 194 (76.17% from 255 or 59.51% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 194 - color contains mainly: green. Hex color #71C213 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71C213 is #8E3DEC. Grayscale: #969696. Windows color (decimal): -9321965 or 1294961. OLE color: 1294961.

HSL color Cylindrical-coordinate representation of color #71C213: hue angle of 87.77º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71C213 is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB11319419-
CMYK0.4200.900.24
HSL87.77º82.16%41.76%-
HSV(B)87.77º90.21%76.08%-
XYZ26.2242.147.37-
YUV149.8354.16101.73-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.66%
GREEN value IS 194 (76.17% from 255) = 59.51%
BLUE value IS 19 (7.81% from 255) = 5.83%
R=34.66%
G=59.51%
B=5.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal113194190.4200.900.2487.7782.1641.76
Hex71C2132A05A1858522a
Octal161302235201323013012252
Binary11100011100001010011101010010110101100010110001010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,194,19); }

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

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

 a { background-color: rgb(113,194,19); }

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

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

 span { border-color: rgb(113,194,19); }

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