#71C204

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

Shades of Christi #71C204

Tints of Christi #71C204

Color information

#71C204 (or 0x71C204) is unknown color: approx Christi. HEX triplet: 71, C2 and 04. RGB value is (113,194,4). Sum of RGB (Red+Green+Blue) = 113+194+4=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 194 (76.17% from 255 or 62.38% from 311); Blue value is 4 (1.95% from 255 or 1.29% from 311); Max value from RGB is 194 - color contains mainly: green. Hex color #71C204 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71C204 is #8E3DFB. Grayscale: #949494. Windows color (decimal): -9321980 or 311921. OLE color: 311921.

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

Color convert

RGB1131944-
CMYK0.4200.980.24
HSL85.58º95.96%38.82%-
HSV(B)85.58º97.94%76.08%-
XYZ26.1242.16.86-
YUV148.1246.66102.95-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.33%
GREEN value IS 194 (76.17% from 255) = 62.38%
BLUE value IS 4 (1.95% from 255) = 1.29%
R=36.33%
G=62.38%
B=1.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal11319440.4200.980.2485.5895.9638.82
Hex71C242A06218566027
Octal16130245201423012614047
Binary111000111000010100101010011000101100010101101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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