#71BF02

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

Shades of Christi #71BF02

Tints of Christi #71BF02

Color information

#71BF02 (or 0x71BF02) is unknown color: approx Christi. HEX triplet: 71, BF and 02. RGB value is (113,191,2). Sum of RGB (Red+Green+Blue) = 113+191+2=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 191 (75% from 255 or 62.42% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 191 - color contains mainly: green. Hex color #71BF02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71BF02 is #8E40FD. Grayscale: #929292. Windows color (decimal): -9322750 or 180081. OLE color: 180081.

HSL color Cylindrical-coordinate representation of color #71BF02: hue angle of 84.76º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #71BF02 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB1131912-
CMYK0.4100.990.25
HSL84.76º97.93%37.84%-
HSV(B)84.76º98.95%74.9%-
XYZ25.4540.786.59-
YUV146.1346.66104.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.93%
GREEN value IS 191 (75% from 255) = 62.42%
BLUE value IS 2 (1.17% from 255) = 0.65%
R=36.93%
G=62.42%
B=0.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11319120.4100.990.2584.7697.9337.84
Hex71BF22906319556226
Octal16127725101433112514246
Binary11100011011111110101001011000111100110101011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BF02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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