#71B902

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

Shades of Christi #71B902

Tints of Christi #71B902

Color information

#71B902 (or 0x71B902) is unknown color: approx Christi. HEX triplet: 71, B9 and 02. RGB value is (113,185,2). Sum of RGB (Red+Green+Blue) = 113+185+2=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 185 (72.66% from 255 or 61.67% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 185 - color contains mainly: green. Hex color #71B902 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71B902 is #8E46FD. Grayscale: #8F8F8F. Windows color (decimal): -9324286 or 178545. OLE color: 178545.

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

Color convert

RGB1131852-
CMYK0.3900.990.27
HSL83.61º97.86%36.67%-
HSV(B)83.61º98.92%72.55%-
XYZ24.1738.216.16-
YUV142.6148.65106.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.67%
GREEN value IS 185 (72.66% from 255) = 61.67%
BLUE value IS 2 (1.17% from 255) = 0.67%
R=37.67%
G=61.67%
B=0.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal11318520.3900.990.2783.6197.8636.67
Hex71B92270631B546225
Octal16127124701433312414245
Binary11100011011100110100111011000111101110101001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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