#71B402

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

Shades of Christi #71B402

Tints of Christi #71B402

Color information

#71B402 (or 0x71B402) is unknown color: approx Christi. HEX triplet: 71, B4 and 02. RGB value is (113,180,2). Sum of RGB (Red+Green+Blue) = 113+180+2=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 180 (70.70% from 255 or 61.02% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 180 - color contains mainly: green. Hex color #71B402 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71B402 is #8E4BFD. Grayscale: #8C8C8C. Windows color (decimal): -9325566 or 177265. OLE color: 177265.

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

Color convert

RGB1131802-
CMYK0.3700.990.29
HSL82.58º97.8%35.69%-
HSV(B)82.58º98.89%70.59%-
XYZ23.1436.165.82-
YUV139.6850.3108.97-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.31%
GREEN value IS 180 (70.70% from 255) = 61.02%
BLUE value IS 2 (1.17% from 255) = 0.68%
R=38.31%
G=61.02%
B=0.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal11318020.3700.990.2982.5897.835.69
Hex71B42250631D536224
Octal16126424501433512314244
Binary11100011011010010100101011000111110110100111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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