#71B500

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

Shades of Christi #71B500

Tints of Christi #71B500

Color information

#71B500 (or 0x71B500) is unknown color: approx Christi. HEX triplet: 71, B5 and 00. RGB value is (113,181,0). Sum of RGB (Red+Green+Blue) = 113+181+0=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 181 (71.09% from 255 or 61.56% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 181 - color contains mainly: green. Hex color #71B500 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71B500 is #8E4AFF. Grayscale: #8C8C8C. Windows color (decimal): -9325312 or 46449. OLE color: 46449.

HSL color Cylindrical-coordinate representation of color #71B500: hue angle of 82.54º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #71B500 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB1131810-
CMYK0.38010.29
HSL82.54º100%35.49%-
HSV(B)82.54º100%70.98%-
XYZ23.3336.565.83-
YUV140.0348.97108.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.44%
GREEN value IS 181 (71.09% from 255) = 61.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=38.44%
G=61.56%
B=0%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal11318100.38010.2982.5410035.49
Hex71B50260641D536423
Octal16126504601443512314443
Binary1110001101101010100110011001001110110100111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,181,0); }

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

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

 a { background-color: rgb(113,181,0); }

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

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

 span { border-color: rgb(113,181,0); }

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