#71BC04

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

Shades of Christi #71BC04

Tints of Christi #71BC04

Color information

#71BC04 (or 0x71BC04) is unknown color: approx Christi. HEX triplet: 71, BC and 04. RGB value is (113,188,4). Sum of RGB (Red+Green+Blue) = 113+188+4=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 188 (73.83% from 255 or 61.64% from 305); Blue value is 4 (1.95% from 255 or 1.31% from 305); Max value from RGB is 188 - color contains mainly: green. Hex color #71BC04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71BC04 is #8E43FB. Grayscale: #919191. Windows color (decimal): -9323516 or 310385. OLE color: 310385.

HSL color Cylindrical-coordinate representation of color #71BC04: hue angle of 84.46º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #71BC04 is Cyan = 0.40, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB1131884-
CMYK0.4000.980.26
HSL84.46º95.83%37.65%-
HSV(B)84.46º97.87%73.73%-
XYZ24.8239.496.43-
YUV144.648.65105.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.05%
GREEN value IS 188 (73.83% from 255) = 61.64%
BLUE value IS 4 (1.95% from 255) = 1.31%
R=37.05%
G=61.64%
B=1.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal11318840.4000.980.2684.4695.8337.65
Hex71BC4280621A546026
Octal16127445001423212414046
Binary111000110111100100101000011000101101010101001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BC04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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