#71C700

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

Shades of Christi #71C700

Tints of Christi #71C700

Color information

#71C700 (or 0x71C700) is unknown color: approx Christi. HEX triplet: 71, C7 and 00. RGB value is (113,199,0). Sum of RGB (Red+Green+Blue) = 113+199+0=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 199 (78.12% from 255 or 63.78% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 199 - color contains mainly: green. Hex color #71C700 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71C700 is #8E38FF. Grayscale: #979797. Windows color (decimal): -9320704 or 51057. OLE color: 51057.

HSL color Cylindrical-coordinate representation of color #71C700: hue angle of 85.93º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #71C700 is Cyan = 0.43, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB1131990-
CMYK0.43010.22
HSL85.93º100%39.02%-
HSV(B)85.93º100%78.04%-
XYZ27.2344.367.13-
YUV150.643.01101.18-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.22%
GREEN value IS 199 (78.12% from 255) = 63.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=36.22%
G=63.78%
B=0%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal11319900.43010.2285.9310039.02
Hex71C702B06416566427
Octal16130705301442612614447
Binary1110001110001110101011011001001011010101101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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