#71B700

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

Shades of Christi #71B700

Tints of Christi #71B700

Color information

#71B700 (or 0x71B700) is unknown color: approx Christi. HEX triplet: 71, B7 and 00. RGB value is (113,183,0). Sum of RGB (Red+Green+Blue) = 113+183+0=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 183 (71.88% from 255 or 61.82% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 183 - color contains mainly: green. Hex color #71B700 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71B700 is #8E48FF. Grayscale: #8D8D8D. Windows color (decimal): -9324800 or 46961. OLE color: 46961.

HSL color Cylindrical-coordinate representation of color #71B700: hue angle of 82.95º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #71B700 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB1131830-
CMYK0.38010.28
HSL82.95º100%35.88%-
HSV(B)82.95º100%71.76%-
XYZ23.7437.385.96-
YUV141.2148.31107.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.18%
GREEN value IS 183 (71.88% from 255) = 61.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=38.18%
G=61.82%
B=0%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal11318300.38010.2882.9510035.88
Hex71B70260641C536424
Octal16126704601443412314444
Binary1110001101101110100110011001001110010100111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,183,0); }

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

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

 a { background-color: rgb(113,183,0); }

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

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

 span { border-color: rgb(113,183,0); }

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