#71B021

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

Shades of Christi #71B021

Tints of Christi #71B021

Color information

#71B021 (or 0x71B021) is unknown color: approx Christi. HEX triplet: 71, B0 and 21. RGB value is (113,176,33). Sum of RGB (Red+Green+Blue) = 113+176+33=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 176 (69.14% from 255 or 54.66% from 322); Blue value is 33 (13.28% from 255 or 10.25% from 322); Max value from RGB is 176 - color contains mainly: green. Hex color #71B021 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71B021 is #8E4FDE. Grayscale: #8D8D8D. Windows color (decimal): -9326559 or 2207857. OLE color: 2207857.

HSL color Cylindrical-coordinate representation of color #71B021: hue angle of 86.43º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #71B021 is Cyan = 0.36, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB11317633-
CMYK0.3600.810.31
HSL86.43º68.42%40.98%-
HSV(B)86.43º81.25%69.02%-
XYZ22.6134.676.94-
YUV140.8667.13108.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.09%
GREEN value IS 176 (69.14% from 255) = 54.66%
BLUE value IS 33 (13.28% from 255) = 10.25%
R=35.09%
G=54.66%
B=10.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal113176330.3600.810.3186.4368.4240.98
Hex71B021240511F564429
Octal161260414401213712610451
Binary111000110110000100001100100010100011111110101101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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