#71BC08

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

Shades of Christi #71BC08

Tints of Christi #71BC08

Color information

#71BC08 (or 0x71BC08) is unknown color: approx Christi. HEX triplet: 71, BC and 08. RGB value is (113,188,8). Sum of RGB (Red+Green+Blue) = 113+188+8=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 188 (73.83% from 255 or 60.84% from 309); Blue value is 8 (3.52% from 255 or 2.59% from 309); Max value from RGB is 188 - color contains mainly: green. Hex color #71BC08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71BC08 is #8E43F7. Grayscale: #919191. Windows color (decimal): -9323512 or 572529. OLE color: 572529.

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

Color convert

RGB1131888-
CMYK0.4000.960.26
HSL85º91.84%38.43%-
HSV(B)85º95.74%73.73%-
XYZ24.8439.496.54-
YUV145.0650.65105.14-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.57%
GREEN value IS 188 (73.83% from 255) = 60.84%
BLUE value IS 8 (3.52% from 255) = 2.59%
R=36.57%
G=60.84%
B=2.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal11318880.4000.960.268591.8438.43
Hex71BC8280601A555c26
Octal161274105001403212513446
Binary1110001101111001000101000011000001101010101011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BC08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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