#71C21B

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

Shades of Christi #71C21B

Tints of Christi #71C21B

Color information

#71C21B (or 0x71C21B) is unknown color: approx Christi. HEX triplet: 71, C2 and 1B. RGB value is (113,194,27). Sum of RGB (Red+Green+Blue) = 113+194+27=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 194 (76.17% from 255 or 58.08% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 194 - color contains mainly: green. Hex color #71C21B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C21B is #8E3DE4. Grayscale: #979797. Windows color (decimal): -9321957 or 1819249. OLE color: 1819249.

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

Color convert

RGB11319427-
CMYK0.4200.860.24
HSL89.1º75.57%43.33%-
HSV(B)89.1º86.08%76.08%-
XYZ26.342.177.79-
YUV150.7458.16101.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.83%
GREEN value IS 194 (76.17% from 255) = 58.08%
BLUE value IS 27 (10.94% from 255) = 8.08%
R=33.83%
G=58.08%
B=8.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal113194270.4200.860.2489.175.5743.33
Hex71C21B2A05618594c2b
Octal161302335201263013111453
Binary11100011100001011011101010010101101100010110011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C21B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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