#71CE06

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

Shades of Christi #71CE06

Tints of Christi #71CE06

Color information

#71CE06 (or 0x71CE06) is unknown color: approx Christi. HEX triplet: 71, CE and 06. RGB value is (113,206,6). Sum of RGB (Red+Green+Blue) = 113+206+6=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 206 (80.86% from 255 or 63.38% from 325); Blue value is 6 (2.73% from 255 or 1.85% from 325); Max value from RGB is 206 - color contains mainly: green. Hex color #71CE06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71CE06 is #8E31F9. Grayscale: #9C9C9C. Windows color (decimal): -9318906 or 446065. OLE color: 446065.

HSL color Cylindrical-coordinate representation of color #71CE06: hue angle of 87.9º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #71CE06 is Cyan = 0.45, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB1132066-
CMYK0.4500.970.19
HSL87.9º94.34%41.57%-
HSV(B)87.9º97.09%80.78%-
XYZ28.9147.677.85-
YUV155.3943.6997.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.77%
GREEN value IS 206 (80.86% from 255) = 63.38%
BLUE value IS 6 (2.73% from 255) = 1.85%
R=34.77%
G=63.38%
B=1.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal11320660.4500.970.1987.994.3441.57
Hex71CE62D06113585e2a
Octal16131665501412313013652
Binary111000111001110110101101011000011001110110001011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CE06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,206,6); }

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

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

 a { background-color: rgb(113,206,6); }

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

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

 span { border-color: rgb(113,206,6); }

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