#71B408

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

Shades of Christi #71B408

Tints of Christi #71B408

Color information

#71B408 (or 0x71B408) is unknown color: approx Christi. HEX triplet: 71, B4 and 08. RGB value is (113,180,8). Sum of RGB (Red+Green+Blue) = 113+180+8=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 180 (70.70% from 255 or 59.80% from 301); Blue value is 8 (3.52% from 255 or 2.66% from 301); Max value from RGB is 180 - color contains mainly: green. Hex color #71B408 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71B408 is #8E4BF7. Grayscale: #8C8C8C. Windows color (decimal): -9325560 or 570481. OLE color: 570481.

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

Color convert

RGB1131808-
CMYK0.3700.960.29
HSL83.37º91.49%36.86%-
HSV(B)83.37º95.56%70.59%-
XYZ23.1836.175.99-
YUV140.3653.3108.49-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.54%
GREEN value IS 180 (70.70% from 255) = 59.80%
BLUE value IS 8 (3.52% from 255) = 2.66%
R=37.54%
G=59.80%
B=2.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal11318080.3700.960.2983.3791.4936.86
Hex71B48250601D535b25
Octal161264104501403512313345
Binary1110001101101001000100101011000001110110100111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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